View Single Post
  #3 (permalink)  
Old Oct 25th, 2006, 13:22
moojoo's Avatar
moojoo moojoo is offline
Moderator
Join Date: Aug 2005
Location: Texas
Posts: 2,020
Blog Entries: 1
Thanks: 0
Thanked 33 Times in 33 Posts
Re: XHTML causing CSS problem

Your CSS when viewed is one big ass horizontal line of code so I am not going to mess with that but one thing I did notice is this:

your background statement should be:

background: #colorvaluehere url(../images/foo.jpg) top center repeat-y;

Also good to note is IE 5.x etc will not support margin:0 auto; you have to text-align center the body and then text-align:left; your container to compensate.
__________________
I hate IE 6. Just sayin....
Reply With Quote