===============================================
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
===============================================
===============================================