[thelist] CSS, and image borders

Aylard JA (James) jaylard at equilon.com
Mon Aug 28 17:15:32 CDT 2000


Kevin,
> I don't know if this is doable, but what I would like to find is a CSS 
> solution for getting the equivalent of borders="0" in an img tag. I can 
> safely ignore old (3.x or older) browsers in anything I do here.

	Very doable:

img {
	border: none ;
	}

	Works in IE4+ and Netscape 6 (but not in Netscape 4).

hth,
James Aylard
jaylard at equilon.com





More information about the thelist mailing list