[thelist] image borders for netscape

miinx lists at miinx.com.au
Sun Oct 20 19:29:01 CDT 2002


Dave Miller wrote:
> 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.

hi Dave, did Merlene's idea work?

if not, does it have to be CSS?  <img border="0">, while deprecated in
HTML 4, will still work fine for NS4.

Otherwise, from memory, you need to specify both border-width &
border-style attributes for NS4:

img {border-style:none; border-width:0;}

hth
Karen
-------
Miinx Design & Development
e :: karen at miinx.com.au
p :: 0413.880.302
w :: www.miinx.com.au





More information about the thelist mailing list