Forum Moderators: not2easy
I am trying to set the height property of a simple CSS box model object and am running into a problem. The smallest box height I can get to render in IE is 8px! I checked the same page in Gecko and it renders the box with the proper height of 1px. Is this a known IE6 bug? Here is the test page:
[code]
<html>
<head>
<title>Test</title>
</head>
<body>
<div id="quickLinks0" style="display:block; position:absolute; background:red;
width:100%; height:1px; top:104px; margin:0px; padding:0px; border: 0px;"></div>
</body>
</html>
Thanks Everyone,
Derek Basch