IE6中位置绝对div的高度属性的错误

时间:2010-11-16 21:21:14

标签: css internet-explorer-6 css-position

当我尝试运行以下

<body>
<div style="width: 400px;height: 1px;background-color: red;position: absolute;bottom: 0;right: 0"></div>
</body>

它无法理解我在IE6中的div的高度(也在5.5中)。

这是已知错误吗?我该如何解决?

2 个答案:

答案 0 :(得分:2)

在div内部有东西之前,它不会创建高度/宽度。尝试在div中添加&nbsp;(或任何其他文本)以使其正确调整。

答案 1 :(得分:1)

尝试font-size:0;line-height:0;