> Can any of you tell me why with the a:link/visited set with border:none
> (as in the example at the bottom of the e-mail), I get a box around an
> image inside a link
<snip>
>
> Working on a MAC, I noticed that the square borders only appear in
> Firefox (and Camino) but not in Safari, Opera and OmniWeb. Can anyone
> tell me why this black border appears around the image, why only in FF
> (and Camino), and of course, how one can make it dissappear?
>

Different browsers have different default styles. In the case of the Gecko
rendering engine (used in FF and Camino) and IE (Win and Mac, IIRC) there
is a default border on images within links, apparently to maintain
compatibility with the behaviour of browsers back to Netscape 2 and IE 3
(and probably even earlier). Adding

a img {
   border-style: none;
}

should fix things.

HTH,

Nick.
-- 
Nick Fitzsimons
http://www.nickfitz.co.uk/

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to