|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
<BLOCKQUOTE><font size="1" face="Verdana,Arial,Helvetica">code:</font><HR><pre>
<Map Name="Navigation Bar"><Area Shape="Rect" Coords="10,20,74,33" HREf="Index.html" ALT="Main Page"><Area Shape="Rect" Coords="10,51,93,65" HREF="Seniors.html" ALT="Senior Class"><Area Shape="Rect" Coords="10,84,95,98" HREF="Juniors.html" ALT="Junior Class"><Area Shape="Rect" Coords="10,117,78,145" HREF="IM.html" ALT="Instant Messaging"><Area Shape="Rect" Coords="10,164,106,178" HREF="wwwboardindex.html" ALT="Message Board"><Area Shape="Rect" Coords="10,196,80,210" HREF="WebDesign.html" ALT="Web Design"><Area Shape="Rect" Coords="10,228,95,241" HREF="Programming.html" ALT="Programming"><Area Shape="Rect" Coords="10,259,56,274" HREF="Photos.html" ALT="Photos"><Area Shape="Rect" Coords="10,292,74,321" HREF="TechStaff.html" ALT="Technical Staff"><Area Shape="Rect" Coords="10,340,61,353" HREF="Credits.html" ALT="Credits"></Map> [/quote] I thought I could put an onMouseOver, onMouseOut JavaScript function (I think function would be the correct term) after the ALT="whatever" (or anywhere else after the anchor), but it didn't work...So, does anyone know how to implement onMouseOvers (oh, for the statusbar btw) with an image map? Thanks, ian ------------------ -Ian http://members.antionline.com/cst/ |
|
#2
|
|||
|
|||
|
For IE an ONMOUSEOVER=... should be
enough, but to make it work in Netscape you must have a HREF='#' as well. |
|
#3
|
|||
|
|||
|
Nope, I tried:
<BLOCKQUOTE><font size="1" face="Verdana,Arial,Helvetica">code:</font><HR><pre> <Map Name="Navigation Bar"> <Area Shape="Rect" Coords="10,20,74,33" HREf="Index.html" ALT="Main Page" onMouseOver="window.status='Main Page'; return true" onMouseOut="window.status=''; return true"> </Map> [/quote] And the onMouseOver didn't work ------------------ Ian http://members.antionline.com/cst/ |
|
#4
|
|||
|
|||
|
Actually, I entered the onMouseOver code wrong, but I did it correctly when I was attempting to make it work on an image map, so that's not the reason it won't work...
------------------ Ian http://members.antionline.com/cst/ |
![]() |
| Viewing: Dev Shed Forums > Web Design > HTML Programming > onMouseOver for Image Maps |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|