Home › Forums › CSS › Help on Menu bar › Re: Help on Menu bar
March 22, 2013 at 4:34 am
#129314
Participant
add the image to :hover
Then add it again to .active
a:hover{background:url(img.png) no-repeat right center;}
.active {background:url(img.png) no-repeat right center;}