ie7+ 版式正常 ie7滚动内容不跟着动 解决方法 加上
overflow-x: hidden; overflow-y: auto; *position:relative; *left:0; *top:0;
ie7下 滚动条内容不动问题
原文:http://www.cnblogs.com/c-and-unity/p/4371475.html