Quote:
Originally Posted by agentxi
I think it has something to do with your position properties on the #background.
Personally I would take out everything from #background with the exception of the color background: #383838;
and I would also change the text-align: left; to text-align: center; so that the content div will center in ie6 as well.
then in the #header div i would apply text-align: left; to reset your text. and any other divs' that are children of the content div.
for naming conventions, I usually name the outside div that wraps around the site with the id of wrapper (#wrapper) then content can be used for the content section of the site. but that's just how i work, everybody has a system they are happy with.
|
Thank you for the quick and efficient response! I also appreciate your naming suggestions :]! I have a question though...say I changed the name of 'content' to 'wrapper' and make a new div for the content called 'content'. Would I have 'text-align: center;' in 'content' or 'wrapper'?
- Neo