PDA

View Full Version : 1x1 DIV in IE5?


SIGINT
09-03-2002, 01:35 PM
Hello everybody,
does anyone know how it's possible to creat a 1px X 1px DIV
in IE5 ? If i try to create one its 1px width but several pixels height...

<div style="position:absolute;width:1px;height:1px"></div>

Thx SIGINT

jkd
09-03-2002, 02:06 PM
Try adding overflow: hidden; in there.

SIGINT
09-03-2002, 02:40 PM
Hi,
it's working... Thank you

SIGINT