It looks like my height <div>in IE (7) is at least 20px:
<div style="background: green; height: 1px;">
</div>
Using the code above (both with html tags and without tags) the height of the div cannot fall below a certain value (I think it is 20px). Any ideas?
source
share