OZONE Asylum
Forums
CSS - DOM - XHTML - XML - XSL - XSLT
DIV layout with CSS
This page's ID:
29344
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
Hi All, Can someone take a look at my CSS code for my div pagelayout? This is the website: [url]http://dev.elanti.be[/url] and this is the CSS code corresponding to the DIV containers: [code]#container { width: 800px; height: 500px; border: 1px solid gray; margin: 20px; margin-left: auto; margin-right: auto; padding: 2px; background-color: #BDE577; border: 0px; } #header { padding: 0px; border: 0px; background-color: #5B4641; height: 90px; margin-bottom: 2px; text-align: right; } #left-navigation { float: left; text-align: left; width: 200px; height: 408px; margin: 0; margin-right: 0px; padding: 5px; background-color: #5B4641; } #content { padding: 15px; margin-left: 0px; margin-right: 0px; height: 408px; width: 596px; float: left; text-align: left; background-color: #5B4641; font-family: Century Gothic; font-size: 10 pt; color: #FFFFCC; } #footer { clear: both; padding: 5px; margin-top: 5px; height: 20px; text-align: center; font-family: verdana, arial, sans-serif; font-size: 8pt; color: #291313; }[/code]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »