Click to See Complete Forum and Search --> : How do I make this work in Netscape?


rlovell
01-23-2003, 02:31 PM
I'm not sure if this is a HTML or JavaScript issue. I have a house floor plan with clickable areas that open a window displaying a photo of the room. The following code works great with IE 6, but not at all with Netscape 7.

<area alt="Interior view of Bedroom #3" shape="poly" coords="484,97,484,123,513,123,513,95,500,80"
<A onclick="DisplayExternal('BED3',300,475)"
href="../Photos_Interior/cumberland_interior_bed_3.html"
target="BED3">

What am I doing wrong? Thanks for any suggestions.

gil davis
01-23-2003, 03:39 PM
Originally posted by rlovell
<area alt="Interior view of Bedroom #3" shape="poly" coords="484,97,484,123,513,123,513,95,500,80"
<A onclick="DisplayExternal('BED3',300,475)"
href="../Photos_Interior/cumberland_interior_bed_3.html"
target="BED3">
Get rid of the red part.

Stefan
01-23-2003, 03:49 PM
Also, that alt-text of yours looks very much like it's actually a title-text.

Ask yourself, if you don't see the image, does the alt-text really provide a full alternative in text?

If it's only there to add an extra description to the image, you should use title, not alt.