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