View Single Post
Old 16-06-2007, 16:55   #2 (permalink)
bluesage
Senior Member
 
Join Date: Dec 2006
Location: Switzerland
Posts: 356
try:

Code:
.headerbg{ background: url('../images/gradients/header/bg.jpg') repeat-x; }

or using full path: http://www.yourdomain.com/...

Depends on your folder structure and where the files are located.

if you put a ".." goes up to the parent folder of the current one.
  Reply With Quote