<a style="display:inline-block;height:8px;width:8px;"></a> IE6:只有正确的大小“”?

时间:2011-01-11 16:02:05

标签: css internet-explorer internet-explorer-6 height width

Internet Explorer(6.0):显示以下代码的不同大小:为什么?

<a style=display:inline-block;height:8px></a>
<a style=display:inline-block;height:8px>&nbsp;</a>

Chromium和FF(我首选的浏览器)两次显示正确的大小,但在工作中我被迫使用IE6.0。

有什么可以防止这种行为吗?

1 个答案:

答案 0 :(得分:0)

显示:内联块不适用于IE6中的空元素 - 因此高亮元素被忽略,因为它需要显示标记。