Hello folks, I have a little problem. I have a flash gaming website where people can play games online. I was trying to make games wider and ended up doing the whole page again. Now everything is ok but one little problem. When I try to play game which is controlled by keyboard and I use up & down key, IE scrolls the whole page even if I click on the flash file first. This is fine in Fire Fox. I know this problem is caused by overflow in CSS because I had lots of problem with both browsers in making this page. I have tried to using overflow:hidden;, overflow:scroll; and even overflowh come on; but nothing works. My CSS file: http://www.gamersenterprise.com/styles.css And the page: http://www.gamersenterprise.com/test.php?id=263 Game that requires keyboard: http://www.gamersenterprise.com/test.php?id=374 Can some please take a look and these files and tell me what am I doing wrong? Thanks a lot for your time. Any help will be greatly appreciated. Jatt Surma
Don't worry about it guys. I have solved it. The problem this in flash code: <param name="wmode" value="opaque"> Thanks for trying!