- From: Kirk Ruff <marvel@datacruz.com>
- Date: Wed, 29 Dec 1999 19:07:50 -0500
- To: <www-html@w3.org>
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 UTC