Anabass
06-10-2009, 06:29 PM
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:
img.border {
padding: 1px;
border: 1px solid grey;
}
img.standard {
padding: 0px;
border: 0px;
}
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:
img.border {
padding: 1px;
border: 1px solid grey;
}
img.standard {
padding: 0px;
border: 0px;
}