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?