Click to See Complete Forum and Search --> : Mac IE 5.2-- Blue border won't disappear


MAB
02-15-2006, 06:44 PM
I have some images that are links and no matter what I do when you click on the image, an ugly blue border appears in Internet Explorer. Shouldn't this get rid of any borders??:


img {
border: 0px none black;
}
a {
border: 0px none black;
}

Neczy
02-15-2006, 06:50 PM
Try this:

img, a {
border: 0;
}

Gaurav Khanna
02-17-2006, 03:17 AM
img
{
border: 0px solid;
}

pcthug
02-17-2006, 03:35 AM
border: 0; is all that needs to be specified; no unit of measurement, style or color need to be specified as 0; == none

drhowarddrfine
02-17-2006, 08:45 AM
Should we really care about Mac IE anymore? I thought it was virtually dead.

Neczy
02-17-2006, 02:01 PM
I don't even bother testing on Mac IE 5.2; Apple and Microsoft stopped supporting it. Anyways, yeah, that's the only thing you need to say (border: 0;)

felgall
02-17-2006, 03:25 PM
That browser was killed off by Microsoft in 2003. Anyone still using it should be used to web pages not displaying properly.