CSS Sprite?

Hi,

Can someone please help with css for this sprite. All others are up and running but I cant get this one to work. It pull up an image to the left of each <li> type internal link.

Old CSS

.boxPopCats li{background:url(…/images/boxPopCatsBg.gif) no-repeat 0 5px; padding:0 0 2px 8px}

Sprite code so far.

#sprite li.sprite-boxPopCatsBg{ background-position: 0 0; width: 3px; height: 6px;}

Thanks in advance

Hi lostdog, welcome to SitePoint. :slight_smile:

We need to see your full code to be able to help here, preferably a live link. that’s not enough to go on. You don’t even seem to have a background image specified in that new code.