css – Internet Explorer 7中的身体溢出隐藏问题

我需要使用CSS应用溢出:隐藏到页面的正文,但是在Internet Explorer 7中不起作用。
我已经阅读了这个主题,但总是用div。
我如何使这项工作到Internet Explorer 7?我不介意使用jQuery。

解决方法

见: http://www.artmov.com/dev/snippets/apply-overflow-x-overflow-y-to-body-in-ie7-ie6-84/

Applying overflow-x:hidden or overflow-y:hidden; to the body element of the document will not work. The overflow-x:hidden or overflow-y:hidden must be applied to the html element,not body element.

相关文章

Css3如何实现鼠标移上变长特效?(图文+视频)
css3怎么实现鼠标悬停图片时缓慢变大效果?(图文+视频)
jquery如何实现点击网页回到顶部效果?(图文+视频)
css3边框阴影效果怎么做?(图文+视频)
css怎么实现圆角边框和圆形效果?(图文+视频教程)
Css3如何实现旋转移动动画特效