View Single Post
  #2 (permalink)  
Old Feb 4th, 2008, 14:29
Rakuli's Avatar
Rakuli Rakuli is offline
SuperMember

SuperMember
Join Date: Sep 2007
Location: Australia
Age: 24
Posts: 956
Blog Entries: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Re: CSS validation error

Instead of background-repeat: both;

Just use

background-repeat: repeat;

Just had the wrong value in there.
Reply With Quote