OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
CSS Box Model Layout
This page's ID:
11083
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
[quote]It's based on the two column CSS Box Model[/quote] Not entirely sure what that is supposed to mean.... Get the basic idea of hat you want though, and it seems simple enough. Except that at the moment, getting the left menu to always fill the space will be next to impossible. rule number 1: forget about absolute positioning, unless it becomes completely necessary. It *should* be pretty straightforward. Make your header div. make a class="left" div, with a width:25% (or whatever) and a float:left. make a class="right" div, with a width of say 70% or so (you'll need to account for margins and padding and all) also with a float:left. Make a footer div with a clear:both. Set margins, borders, padding appropriately. Don't set "width:100%;" for anything just yet. See how it works. Go from there.... [This message has been edited by DL-44 (edited 10-22-2003).]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »