When I try to run the following
<body>
<div style="width: 400px;height: 1px;background-color: red;position: absolute;bottom: 0;right: 0"></div>
</body>
It doesn’t understand the height of my div in IE6 (also in 5.5).
Is this known bug? And how can I solve it?
try
font-size:0;line-height:0;as well