View Single Post
  #3 (permalink)  
Old Dec 5th, 2005, 20:52
herkalees's Avatar
herkalees herkalees is offline
Highly Reputable Member
Join Date: Jul 2005
Location: Massachusetts, USA
Age: 87
Posts: 576
Thanks: 0
Thanked 0 Times in 0 Posts
Re: css validating - color issue

what you supposedly have: .xxx {background-color:;}
what you need: .xxx {background-color:#fff;}

^^ somewhere in your styles.
Reply With Quote