OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
Still learnin'
This page's ID:
11048
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
First of all, let me tell you that IE5 isn't the best browser to be testing CSS layouts in ;) Now, I know you have no control over that right now, but until you do, things are gonna look screwy because of IE5's incorrect box model. Just a quick overview in case you don't know what I'm talking about (forgive me if you do): The correct way that browsers are supposed to handle boxes is to add padding and border [i]onto[/i] the declared width. So if I had "[b]width: 500px; padding: 10px; border: 5px;[/b]", the overall width of the box would be 530px (500+10+10+5+5). Unfortunately, IE5 screws up by applying padding and borders as [i]part of[/i] the width. So the above example would turn out to be 500px, instead of 530px. Your options are to use the [url=http://faq.ozoneasylum.com/1316]Box Model Hack[/url]... or, since this is for testing purposes only, avoid using padding or borders on any page elements that have the width explicitly declared. I believe that should take care of the first problem. If not, let us know. And oh, I'm getting some cross-browser discrepancies on the page. In IE6, the left column appears underneath the right column, whereas in Firebird, they're side by side (which I assume is how you want them to look). Again, I'm guessing this has to do with the box model. As for #2: [quote]how can I tell the other two to just take up the rest of the space?[/quote] You can't. It seems like a perfectly logical thing to do, and believe me, I've tried, but there's just no way to do this without resorting to tables. :( [img]http://omnizero.home.comcast.net/asylum/sigs/003.gif[/img]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »