Sorry for the newb Q....
I've just started trying CSS and I've taken control of my text hyperlinks.
However, I can't figure out the code to do the same with the borders of images that are links.
For example, the following code in my style sheet controls the color of text for a visited link:
a:visited {color: #FF3333;}
What would be appropriate to control the border color of an image serving as a link? I've tried the code below and derivations.
a:visited>img {border-color: #FF3333;}
TIA,
Jon



Reply With Quote




Bookmarks