0

Here is the web page I'm working on: http://sebastianbiermanlytle.com/games.htm. The flashplayer is at the bottom. It's overflowing in both directions and sometimes covers the main menu. I tried using overflow:hidden on the container, but nothing happened. How do I hide the overflow?

Cbas
  • 6,003
  • 11
  • 56
  • 87

1 Answers1

1

Remove position:absolute and left:-25.5px from css style of object with id rpgEngine and it will be OK.

pmaruszczyk
  • 2,157
  • 2
  • 24
  • 49