OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
The minium height bug in IE...
This page's ID:
10973
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
I think IE has a little bug which shows layers too high when you set the height realy small, less than 5pixels. Look at this Picture: [img]http://www.xs4all.nl/~rinswind/images/wrong.gif[/img] wrong This one is made with this code: [code]<html> <head> <title>minimium height</title> <style type="text/css"> #divCursor{ position:absolute; width:6px; height:6px; background-color:#ff0000; display:block;} #menu{ position:absolute; width:4px; height:4px; background-color:#00ff00; display:block; } </style> </head> <body> <div id="divCursor"> <div id="menu"></div> </div> </body> </html>[/code] Now look at this picture: [img]http://www.xs4all.nl/~rinswind/images/good.gif[/img] Good The code is the same there is just an div extra. Thus: [code] <div id="divCursor"> <div id="menu">[b]<div></div>[/b]</div> </div> [/code] I played with different units like em, pt, and px first before i found this. BTW it's in IE6 for windows. __________________________________________ "Art has to be forgotten. Beauty must be realized." Piet Mondriaan [This message has been edited by Rinswind 2th (edited 05-17-2003).]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »