我在怪异模式下使用IE8 ...
我有从我的Firefox样式表级联的样式,其中包括:
#container {position:relative; width:1007px; margin-right:auto; margin-left:auto;}
#textbin {width:720px; position:relative; margin-right:auto; margin-left:auto;}
Run Code Online (Sandbox Code Playgroud)
显然我没有做正确的事情,或者自动保证金在IE8中不起作用.是这样的吗?如果是这样,我该如何解决这个限制?我尝试了没有定位,绝对定位,甚至添加了我的IE8样式表的相对位置.此外,当我手动居中div时,IE8会在页面底部添加边距...
顺便说一下,我是初学者,所以如果需要更多信息,请告诉我!