框架页中针对IE6自适应宽度,不出现横向滚动条
2009-06-03 12:41 Fred-Xu 阅读(1188) 评论(0) 收藏 举报
html:
其实.container{margin:0 auto; width:100%;}
在框架页中会出现整个容器溢出,没有自适应宽度,解决方法:
scrolling应该设置为yes

html:
其实.container{margin:0 auto; width:100%;}
在框架页中会出现整个容器溢出,没有自适应宽度,解决方法:
scrolling应该设置为yes