OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
Another CSS bug in IE?
This page's ID:
10714
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
Thanks for the guesses so far. But the thing is, I don't think I'm using any positioning at all! (Apart from margins and paddings) My CSS looks like this: .mainnav { background: #ffffff; margin: 12px 0px; border-top: 1px solid #444400; border-bottom: 1px solid #444400; cursor: pointer; } .mainnav p { font-family: "Lucida Sans Unicode", Arial, sans-serif; margin: 5px 20px; } .subnav { margin: -12px 0px 0px 45px; border-left: 1px solid #444400; padding: 5px 0px 5px 7px; } .subnav p { font-family: "Lucida Sans Unicode", Arial, sans-serif; font-size: 13px; margin: 0px; cursor: pointer; } And that's the HTML code, this code is repeated twenty times on the sample page: <div> <div id="nav_kontakt" class="mainnav" onclick="location.href='#';"> <p><a href="#">Kontakt</a></p> </div> <div class="subnav"> <p onclick="location.href='#';"><a href="#">Webmaster</a></p> </div> </div> Any other ideas?
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »