Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Help on Menu bar Re: Help on Menu bar

#129314
CodeGraphics
Participant

add the image to :hover
Then add it again to .active

Whatever

a:hover{background:url(img.png) no-repeat right center;}
.active {background:url(img.png) no-repeat right center;}