ie7+ 版式正常 ie7滚动内容不跟着动 解决方法 加上   

    overflow-x: hidden;
    overflow-y: auto;
    *position:relative;
    *left:0;
    *top:0;

相关文章: