Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我不确定为什么 ps3 浏览器不会向下滚动网页的其余部分;它适用于所有 PC 浏览器。该站点包含一个flash swf 文件(as3)、一些小图片和一些文字。除此之外,它只是 html、css 和 js(用于 swf 文件嵌入)。
网站链接
它不会滚动,因为你有这个:
body { height: 100%; margin: 0; overflow: hidden; padding: 0; }
隐藏滚动条,以修复此删除overflow:hidden
overflow:hidden