Topic: The minium height bug in IE... (Page 1 of 1) |
|
---|---|
Maniac (V) Inmate From: Den Haag: The Royal Residence |
posted 05-16-2003 23:45
I think IE has a little bug which shows layers too high when you set the height realy small, less than 5pixels. code: <html>
code: <div id="divCursor"> |
Bipolar (III) Inmate From: Berlin, Germany |
posted 05-17-2003 09:17
I had similar problems with some layouts. Try to add a font-size: 1px. |
Bipolar (III) Inmate From: Cold Sweden |
posted 05-17-2003 13:49 |
Paranoid (IV) Inmate From: Northumberland, England |
posted 05-17-2003 17:57
some problems like this can be to do with empty tags, so try putting something between the div tags like: |
Maniac (V) Inmate From: Den Haag: The Royal Residence |
posted 05-18-2003 11:11
It's not realy a problem off nested div's. |