Jes Bigum said:
> li a#current {
> background: url(path/to/image.gif) no-repeat 0 50%;
> padding-left: img-width; /* add value in px */ }

I thought your question was about indicating the current item. If you are
after a hover effect try:

li a {
padding-left: img-width;
}

li a:hover {
background: url(path/to/image.gif) no-repeat 0 50%;
}

kind regards
Terrence Wood.


******************************************************
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
******************************************************

Reply via email to