PDA

View Full Version : Hide image map outline.


damien
11-22-2002, 09:56 AM
I have an image sliced up into clickable areas.

When you click the image to fire the href behind it it displays the outline of the mapped area as a thin black line. I don't want that to be visible.

I know using an onClick event instead of a href solves the problem but I want the pointing hand that indicates a link is present to appear when you mouseover the area, rather than just the standard mouse pointer.

any ideas would be great.
thanks
damien

glenngv
11-22-2002, 09:58 AM
put:

onclick="this.blur()"

damien
11-22-2002, 10:35 AM
that works a treat.

cheers!
d