free flash templates forum

free flash templates forum (http://forum.freenicetemplates.com/index.php)
-   Free flash templates (http://forum.freenicetemplates.com/forumdisplay.php?f=2)
-   -   [SOLVED] Template 9 - blue box around the pictures with the link (http://forum.freenicetemplates.com/showthread.php?t=63)

Anabass 06-10-2009 05:29 PM

Template 9 - blue box around the pictures with the link
 
Hi,

During modifications of my web I realized, that I have unwanted blue border around the images with the hyperlink. How can I disable it? Usually it happens only in IE while Firefox works fine, but some are with the blue border independently from the browser. My image css is defined like this:

Code:

img.border {
padding: 1px;
border: 1px solid grey;
}

img.standard {
padding: 0px;
border: 0px;
}


freenicetemplates 06-10-2009 05:58 PM

Hi Anabass,
I think you solve your problem using this kind of css:

a:link img,a:active img,a:visited img,a:hover img {
border:0;
}

Regards

Anabass 06-10-2009 09:16 PM

It works! Thank you.


All times are GMT. The time now is 01:46 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.