View Single Post
  #1  
Old 11-24-2002, 10:16 AM
  Hyperdelicious's Avatar 
Hyperdelicious Hyperdelicious is offline
 

Senior Member
  
Join Date: Sep 2002
Location: In the Middle of Nowhere
Posts: 138
 

Default Setting images within CSS

===============================================

How do you set images in CSS... for instance I created a gif for bulleted
lists and I would like to use CSS to replace the bullet with the gif...

Code:
LI { list-style-image : url({$ImagesDir}/li_bullet.gif); vertical-align : middle; color : #40445E; font-weight : bold; }

However this does not appear to work with x-cart... I'm thinking it has
something to do with these{ }... any ideas?

--------------------------------------------------------THANKS-------------------


HYPERDELICIOUS
===============================================
===============================================
Reply With Quote