I have noticed that a <div style="....."></div> cannot have a height less than 15 pixels in IE5. Consider the following: <div style="position: absolute; top: 398; left: 20; width: 5; height: 5; background: red; z-index: -1"></div> This code as read, should display a 5x5 pixel square. But instead shows a 15x5 pixel square. A height of 15 pixels or more will infact work as coded, but no less than 15 will work. I cannot find any limitation of this in any documentation. This code won't even display in NN4.7. Is this behavior correct?Received on Wednesday, 29 December 1999 19:07:26 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 6 April 2009 12:59:08 GMT