当前位置:首页 >> 网页制作

ie8 body overflow hidden 无效的解决方法

body{ overflow:hidden;} 在ie8下无效

替换为如下html { overflow:hidden;} 这样就可以实现隐藏滚动条了 而且是兼容目前所有浏览器的