简体   繁体   English

网页在ps3以外的所有浏览器上都可以正常运行。 在Ps3浏览器上,页面不会向下滚动

[英]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; 我不确定为什么ps3浏览器不会向下滚动网页的其余部分; it works on all pc browsers ok. 它可以在所有PC浏览器上正常运行。 The site contains a flash swf file (as3), some small pictures and a little text. 该站点包含一个Flash SWF文件(as3),一些小图片和一些文本。 Other than that its just html, css, and js(for swf file embedding). 除此之外,它只是html,css和js(用于swf文件嵌入)。

Website Link 网站连结

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 隐藏滚动条以解决此问题overflow:hidden

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM