Forum Moderators: not2easy
The website I'm designing has 1 external stylesheet (for the moment). The a:hover rule is set in the sheet
A:hover {
color:#FFFFFF;
background-color: #0000FF;
text-decoration:none;}.
The problem I'm having is that I'm using transparent images for mouseovers and the background color is now being applied to the transparent image on mouseover.
I'm guessing that one solution would be to define an inline style for those links (a.mouseover:hover ..), but I was wondering if there is a way to simply exclude certain tags from being affected by a style?
Thanks in advance
Brian
[oregoncanoesport.com...]