View Single Post
  #2 (permalink)  
Old Mar 12th, 2008, 12:39
moojoo's Avatar
moojoo moojoo is offline
Moderator
Join Date: Aug 2005
Location: Texas
Age: 31
Posts: 1,946
Blog Entries: 1
Thanks: 0
Thanked 29 Times in 29 Posts
Re: Css Background problems

body#pageID {}

for each page and in the HTML <body id="pageID"> this also makes it easier to control navigation based on per pages basis.

i.e. #nav ul li a {} and then you could do something like #pageID #nav ul li a {} will work on any child of the body. etc etc
__________________
I hate IE 6. Just sayin....
http://www.mevans76.com
Reply With Quote