View Single Post
  #4  
Old 01-12-2006, 07:24 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default

Doesn't appear at all for me. Try this, instead of setting the style in the element itself, try creating a class and adding the class to skin1.css. THis would be the correct way to call the class in skin1.css:

.newclass {background: url(images/top.jpg);}

Then call the class in whatever element you want that background image to appear in:

class="newclass"

Make sure the image is in the skin1/images directory.
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote