【发布时间】:2013-09-10 08:14:18
【问题描述】:
这是我的 CSS 属性:
.line-separator {
height: 1px;
background: #d2d2d2;
border-bottom: 0px solid WindowFrame;
color: #d2d2d2;
width: 984px;
}
这是我的 DIV:(我在底部使用了类似这样的一个。)
<div class="line-separator" style="margin-left: 3px;">
</div>
IE 7:这是必需的外观
IE 6:看起来很厚。不应该是这样。
请避免使用 ie6 之类的 cmets 或继续使用等,我知道它会灭绝。我在ie6中有一个要求。如何解决?
【问题讨论】:
标签: html css internet-explorer internet-explorer-6