位置絕對格的高度屬性當我嘗試運行以下錯誤在IE6
<body>
<div style="width: 400px;height: 1px;background-color: red;position: absolute;bottom: 0;right: 0"></div>
</body>
它不理解我的股利在IE6的高度(也是5.5)。
這是已知的bug?我該如何解決它?
位置絕對格的高度屬性當我嘗試運行以下錯誤在IE6
<body>
<div style="width: 400px;height: 1px;background-color: red;position: absolute;bottom: 0;right: 0"></div>
</body>
它不理解我的股利在IE6的高度(也是5.5)。
這是已知的bug?我該如何解決它?
它不會在其上創建一個高度/寬度,直到有在div裏面的東西。嘗試在div內添加
(或任何其他文本)以使其正確調整。
你是什麼意思「不明白」嗎?這個div太高了嗎?它不可見嗎?怎麼了? – 2010-11-16 21:27:02