Can somebody please tell me - is this a bug in IE6?
http://www.siliconweb.ie/height/css_height.html
A quick look at the source will reveal the blue div should only be 1px high. This works fine in FF. Is it a known bug in IE? The minimum height it will seem to display a div like this seems to be about 18px...
Anybody got a workaround??
Source (could hardly be simpler - if IE can't do this right, can it be trusted to do anything??):
<html>
<head>
<title>test</title>
<style type="text/css">
#deco_bar {width: 100%; height: 1px; background: #000066;}
</style>
</head>
<body>
<div id="deco_bar"> </div>
</body>
</html>