javascripthtmlcssactionscript-3playstation3

Web page works ok on all browsers except ps3. On Ps3 browser, page won't scroll down


I'm not sure why the ps3 browser won't scroll down the rest of the web page; it works on all pc browsers ok. The site contains a flash swf file (as3), some small pictures and a little text. Other than that its just html, css, and js(for swf file embedding).

Website Link


Solution

  • It doesn't scroll because you have this:

    body { height: 100%; margin: 0; overflow: hidden; padding: 0; }

    Which hides the scrollbars, to fix this remove overflow:hidden