|
Posted by Neredbojias on 08/14/07 06:02
Well bust mah britches and call me cheeky, on Tue, 14 Aug 2007 04:56:28 GMT
still me scribed:
> 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,
Specify a border for images such as:
img { border:4px solid; }
--
Neredbojias
Half lies are worth twice as much as whole lies.
Navigation:
[Reply to this message]
|