client side image map in NS not working

D

Duncan Greenhill

Hi,
I've got an client side image map that doesn't have any hotspots when viewed
in netscape. Also, not in Opera 6.05.
Works fine in firefox, Opera 7.23, Mozilla, even in IE 5.5, but not
Netscape. The code validates. Anyone got any ideas on this one?

Regards,
Duncan
 
D

Duncan Greenhill

Steve Pugh said:
Your cordinates are backwards.

coords="40,148,152,102"
should be
coords="40,102,152,148"

The cordinates should be those of the top-left corner and the
bottom-right corner. See
http://www.w3.org/TR/html401/struct/objects.html#adef-coords
You tried to set the top-right and bottom-left and some browsers
didn't like it.

Steve

Thanks Steve, I had read the specs but I think I made a hash of trying to
make sense of the bit of paper with the coordinates on ... Which was why I
couldn't figure out why it wasn't working when I thought it should.
Works in everything now, thanks again,
Duncan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,682
Members
48,796
Latest member
Greg L.

Latest Threads

Top