I have this:
Code:
a:link { text-decoration: none; color: #B6B6B6; font-size: large;}
a:visited { text-decoration: none; color: #B6B6B6; font-size: large;}
a:active { text-decoration: none; color: #B6B6B6; font-size: large;}
a:hover { text-decoration: underline; color: black; font-weight: bold}
in my CSS.
Now I have a picture on my page that I need to be a link, also. But I don't want any hover, visited, or active affects on it. How can I make two different codes like that on one page, and how do I justify which is which?
(Note: both the image, and links i have are in Div's)
__________________
Ah yes. Endless mind malfunction.
|