Table of Contents
Home
Web Front-end
HTML Tutorial
How to solve the problem that the webpage produced by DW is displayed in the center in IE and the FF is displayed in the left_html/css_WEB-ITnose



How to solve the problem that the webpage produced by DW is displayed in the center in IE and the FF is displayed in the left_html/css_WEB-ITnose
回复讨论(解决方案)
没看代码 不过觉得你可能想要的是这个http://www.cnblogs.com/WuQiang/archive/2011/08/23/2150240.html
.box {
width: 930px;
height: 250px;
overflow:hidden;
position:absolute;
margin: 2px auto 0;
background: #ccc;
visibility: visible;
margin:0 auto;
}
试试
不好猜
楼主把html贴出来
帖简化版的css 和HTML
Post a navigation bar. The display in IE is different from that in FF. I found a problem when I started doing it. How can I make it display the same?