S
still me
I am setting the link colors using CSS in a style file, e.g.:
a:link{color:#999999}
a:visited{color:#999999}
a:hover{color:#999999}
a:active{color:#999999}
All the normal text links pick up the color.However, the border on
linked images doesn't pick up the color.
How can I specify a link color for linked images with borders via CSS
?
Thanks,
a:link{color:#999999}
a:visited{color:#999999}
a:hover{color:#999999}
a:active{color:#999999}
All the normal text links pick up the color.However, the border on
linked images doesn't pick up the color.
How can I specify a link color for linked images with borders via CSS
?
Thanks,