View Single Post
Old 12-06-2008, 23:44   #7 (permalink)
karmedic
id
 
Join Date: May 2008
Location: Ottawa
Posts: 218
For a pattern you'd use the following instead:

Code:
#header { height: 200px; background-image: url('path/to/pattern/image'); }

By omitting the background-repeat property it will automatically repeat in both the x and y axes.
  Reply With Quote