OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
layout and color
This page's ID:
24120
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
As for the 'html, body' versus 'body' part, I was referring to this:[code]body { font-family: 'Courier New', Serif; font-weight: bold; font-size: 80%; text-align: left; color: #C0C0C0; background-color: #C0C0C0; }[/code]Which would probably be better off written as [code]html,body{ margin: 0; padding: 0; font-family: 'Courier New', Serif; font-weight: bold; font-size: 80%; text-align: left; color: #C0C0C0; background-color: #C0C0C0; }[/code] Well, your problem as it looks right now is that you're not extending the area to give the black background to fill the entire document. As for fixing it, I've not played around with your structure enough to give you the fix, but it probably relates to clearing those floats and making sure the height is sufficient. (Consider 100% height and width, auto overflow, absolute positioning on html element for instance. I'm not saying it's the fix you need, merely that it is one of the possible solutions that I would experiment with.) -- var Liorean = { prototype: [sigrotate]JavaScript|XML|XHTML|HTML|CSS|ProgrammingTheory[/sigrotate]Guru.prototype, abode: "[sigrotate][url]http://liorean.web-graphics.com/[/url]|[url]http://codingforums.com/[/url]|[url]http://web-graphics.com/[/url][/sigrotate]", profile: "[url]http://codingforums.com/member.php?u=5798[/url]"};
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »