OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
CSS positioning problem
This page's ID:
21569
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
That border issue is a strange thing. I noticed after a couple reloads that it wasn't the internal border missing, the very bottom border was missing. I have no clue about that one. As for the big gap, your .affiliatediv has a margin-bottom of 30px and your footer div has a margin-top of 20px, that's probabl what's causing the giant gap. (Edit: OK, no, that gap is about 150px high, too much for my suggestion. Have you tried using Slime's "Show divs" bookmarklet from http://www.slimeland.com ?? When I use it on your site it looks as though there's some stray padding on one of your container divs that's causing the extra space.) Edit edit: You have some seriously extraneous coding there mas. For instance, some of your borders are specified like: [code] border-left : 1px solid #ffffff; border-right : 1px solid #ffffff; border-bottom : 1px solid #ffffff; border-top : 1px solid #ffffff; [/code] Instead, why not use: [code] border: 1px solid #fff; [/code] You can specify margins and padding in one line as well like: [code] margin: [top] [right] [bottom] [left]; or margin: [top, bottom] [right, left]; < Assuming top and bottom have the same value as well as right and left [/code] It'll make your CSS more compact and much easier to troubleshoot. :::[url=http://www.11oh1.net]11oh1[/url]::: [small](Edited by [internallink=2619]krets[/internallink] on 04-27-2004 12:28)[/small]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »