OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
CSS: Margins #2
This page's ID:
11013
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've taken another look at it, and it looks like IE/Mac isn't reading a few of your positioning values. Namely, "top" and "left". If you go through the CSS and remove all instances of "top", and "left", as well as their respective values, the result is almost identical to what it looks like in IE/Mac. The 3 main navigation buttons are still there, you just can't see them. They're being pushed off the page because the negative margins are being rendered but "top" and "left" are not. An even more puzzling aspect to all this is that the positioning property "right" seems to be working... correctly. The contact button is sticking to the right edge of the page just like the "right: 2%" told it to do. Once again the "top: 77%", isn't being rendered. This is all really weird because the properties "top" and "left" were implemented before "right" and "bottom". Therefore, we had some older browsers that rendered the first two, but not the latter. What we're seeing is a relatively modern, standards-compliant browser that only understands "right" and "bottom", but not "top" and "left". That's absurd. :confused: :confused: [img]http://ozphactor.home.comcast.net/asylum/sig001.gif[/img]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »