View Single Post
Old 04-03-2008, 09:56   #18 (permalink)
adam c
berserker than thou
 
adam c's Avatar
 
Join Date: Sep 2005
Location: Bristol
Posts: 450
Quote:
Originally Posted by Mongoose
There's no need to have two divs for your header. Get rid of either topBar or topImg.

You should try to name your divs a bit more semantically:
div#topBar --> div#branding
div#rightNav --> div#sidebar
div#footer --> div#siteInfo
I think I understand why you're saying there's no reason for both of these divs but what I'm trying to do is have a white bar the entire length of the browser and an image aligned off the left hand side of the centered box below. Can I still do this with only one div?
  Reply With Quote