OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
z-index issue
This page's ID:
11074
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
Ok, I got it to work. Don't ask me why as this surely is a bug, but I got it to work by explicitely casting "position: relative;" at the beginning of styles declarations. I can't test it in Netscape atm though... anyway, fix works perfectly in IE. [code] #centercontent { Position: relative; BORDER-RIGHT: #000 1px solid; BORDER-TOP: #000 1px solid; Z-index: 2; BACKGROUND: #fff; MARGIN-LEFT: 201px; BORDER-LEFT: #000 1px solid; MARGIN-RIGHT: 201px; BORDER-BOTTOM: #000 1px solid; voice-family: inherit; } #leftcontent { Position: relative; BORDER-RIGHT: #000 1px solid; BORDER-TOP: #000 1px solid; Z-index: 1; BACKGROUND: #fff; LEFT: 10px; BORDER-LEFT: #000 1px solid; WIDTH: 200px; BORDER-BOTTOM: #000 1px solid; POSITION: absolute; TOP: 50px } #rightcontent { Position: relative; BORDER-RIGHT: #000 1px solid; BORDER-TOP: #000 1px solid; Z-index: 0; BACKGROUND: #fff; RIGHT: 10px; BORDER-LEFT: #000 1px solid; WIDTH: 200px; BORDER-BOTTOM: #000 1px solid; POSITION: absolute; TOP: 50px } [/code] [This message has been edited by InI (edited 10-14-2003).]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »