View Single Post
Old 09-07-2007, 05:10 PM   #8 (permalink)
chicgeek
Empress™
 
chicgeek's Avatar
 
Join Date: 08-19-04
Location: York, UK
Posts: 17,965
iTrader: 0 / 0%
Latest Blog:
My Favourite Poem

chicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest order
The wrap is essentially just a container. Keeps things nicely in a box. Sometimes it's useful to nest divs, sometimes its not. For example, if you have a page where you want all the content centered, you'd have #wrap with "padding: 0 auto;".

Here's a site and its css file that uses some floats. Might help you, might confuse you. If you'd like I could probably find a simpler example:

http://beartoothkawasaki.com/
http://beartoothkawasaki.com/style.css

Note in the css:
Code:
#navigation { width: 171px; position: relative; float: left; } #content { width: 601px; position: relative; float: left; }
__________________
laura / chicgeek
soprano & web designer
laurakishimoto.ca
chıcgeeĸ @ flickr
chicgeek is offline   Reply With Quote