Re: stylesheet for borderless imagemap?

Michael D. Crawford <crawford@goingware.com> wrote:

> I'm trying to do something that was very simple in HTML 3.2, but I'm not
> able to do it successfully in 4.01 strict.  I want to make an imagemap
> where the image doesn't have a blue border around it to indicate that it's
> a link.

This works just fine on my browser:

img { border: none }

To change the color, this works:

img { color: red } 

If this doesn't work on your browser, you should probably upgrade. I'm using
IE5 for Mac, which complies with just about all Web standards (if not all).

http://microsoft.com/mac/products/ie/

-- 
[ Aaron Swartz | me@aaronsw.com | http://www.aaronsw.com ]

Received on Thursday, 8 March 2001 20:46:09 UTC