[thelist] image borders for netscape

Merlene Paynter Blacha merlene_blacha at sympatico.ca
Sun Oct 20 14:55:01 CDT 2002


Hi Dave,
Ok... I'm looking at "CSS Pocket Reference" and see the following:

Border-style
"Sets the style of overall border of an element... Note that setting the
border-style to none (its default value) results in no border at all...
Navigator 4.x doesn't reset the border-width to zero if border-style is
none, but incorrectly honors the border-width setting."

The book further states that "Navigator 4.x creates visible borders when
no border-style is set and doesn't set borders on all sides when style
is set."

So if I understand this correctly (and as a newbie to CSS I may be
wrong) you'll need to set

IMG {border-style:none}

HTH,
Merlene Blacha




-----Original Message-----
From: thelist-admin at lists.evolt.org
[mailto:thelist-admin at lists.evolt.org] On Behalf Of Dave Miller
Sent: Sunday, October 20, 2002 3:35 PM
To: thelist at lists.evolt.org
Subject: RE: [thelist] image borders for netscape

Yeah.  That works only if it's in the 'a' tag, not in the img tag:

a {border:none}
vs.
img {border:none}

While this successfully removes the border, it also removes the anchor.

Thanks!

dave


> Have you tried border:none
>
> HTH,
> Merlene Blacha

> Subject: [thelist] image borders for netscape
>
> Is there a way to use CSS to turn off the border of an image in
Netscape
> 4?
> I know that 'border:0' doesn't work.  I've also tried matching the
> border to
> the body background color but that doesn't work either.
>
> Any ideas?
>
> Dave
>

--
For unsubscribe and other options, including
the Tip Harvester and archive of thelist go to:
http://lists.evolt.org Workers of the Web, evolt !





More information about the thelist mailing list