View Single Post
  #2  
Old 04-28-2004, 12:10 PM
 
laureon laureon is offline
 

Senior Member
  
Join Date: Oct 2003
Posts: 171
 

Default

don't quote me on this, but I don't think Smarty tags can be rendered from within .CSS files. I was adding some background images to my css file and I had to put in the name of the image folder i.e. images/myimagename.gif rather than the varialbe {$ImagesDir}/myimagename.gif

You might want to try using the following in your css file:

background-image: url(images/d1-6__04.jpg);

*where 'images' is the name of the folder containing your site images
__________________
X-Cart Gold Version: 4.0.17
X-Configurator
X-AOM
X-FancyCategories
X-RMA
X-Offers
Reply With Quote