This seems painfully simple, but I can't work out how to do it:
I want every link on my site to have a specific style on mouseover, so I use
a:hover { //style goes here }
The thing is, I don't want that style applied to links that are images, but
a:hover img { //reset style }
doesn't work. What should I try instead?