IBM
07-29-2002, 01:21 AM
<object>
<map name="exMapMain">
<area shape="circle" coords="42,41,25" href="#" title="circle"
onmouseover="window.status='Lookie Lookie...link 1';return true"
onmouseout="window.status='';return true" alt="Circle"/>
<area shape="rect" coords="76,27,163,7" href="#" title="rect"
onmouseover="window.status='testing...testing, Link 2';return true"
onmouseout="window.status='';return true" alt="Rect"/>
<area shape="poly" coords="125,30, 144,48, 144,66, 117,79, 89,69, 90,47"
href="#" title="poly"
onmouseover="window.status='Yessir, Link 3';return true"
onmouseout="window.status='';return true" alt="Poly"/>
</map>
</object>
The above code s my image map code, it should work right...
but strangely only two of the area elements work, the Circle, and Poly, the other..the Rect doesn't work in NS4+ and Opera5+.
Any Ideas about what may be wrong with the code...
<map name="exMapMain">
<area shape="circle" coords="42,41,25" href="#" title="circle"
onmouseover="window.status='Lookie Lookie...link 1';return true"
onmouseout="window.status='';return true" alt="Circle"/>
<area shape="rect" coords="76,27,163,7" href="#" title="rect"
onmouseover="window.status='testing...testing, Link 2';return true"
onmouseout="window.status='';return true" alt="Rect"/>
<area shape="poly" coords="125,30, 144,48, 144,66, 117,79, 89,69, 90,47"
href="#" title="poly"
onmouseover="window.status='Yessir, Link 3';return true"
onmouseout="window.status='';return true" alt="Poly"/>
</map>
</object>
The above code s my image map code, it should work right...
but strangely only two of the area elements work, the Circle, and Poly, the other..the Rect doesn't work in NS4+ and Opera5+.
Any Ideas about what may be wrong with the code...