View Single Post
  #1  
Old June 27th, 2011, 07:39 PM
Brian M Brian M is offline
Senior Member
 
Join Date: Apr 2004
Posts: 230
Links on hover

I have certain attributes set for links on the site navigation menu but I don't want them to apply to all other site links.
The Gallery contains thumbnail photos that link to the full size photo and no hover attributes are required.
Can you tell me the CSS class or id code required to separate the two actions?

The CSS for menu links on hover is currently:
a:hover { color: #990000; background-color:#FFFFFF; border:solid 1px #000000;}
On the dark menu background this shows up quite well.

Thanks in advance,
Brian
Reply With Quote