|
Posted by Jonathan N. Little on 09/26/06 21:57
Glenn Coyle wrote:
> Hi there
>
> i am using images as links and there is a border around the pics to
> signify that they are linked. I would like to remove these but i for
> some reason it sticks around
>
> i have used the following CSS
>
> .mainWindowText a:link { font-size:13px; text-decoration:none;
> color:#000066; font-weight:bold;}
> .mainWindowText a:visited { font-size:13px; text-decoration:none;
> font-weight:bold; color:#000066}
> .mainWindowText a:active { font-size:13px; font-weight:bold;
> text-decoration:none; color:#000066}
> .mainWindowText a:hover{ font-size:13px; font-weight:bold;
> text-decoration:underline; color:#009900}
A border on the image, add to CSS
..mainWindowText A IMG { border: 0; }
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Navigation:
[Reply to this message]
|