Help with mouseover effects and image maps...

windows

Guest
I am trying to add some mousover effects to image map hotspots. The code looks something like the following:<br />
<br />
<img src=http://www.htmlforums.com/archive/index.php/"huntfield.jpg" border="0" usemap="#huntfield"><br />
<map name="huntfield"><br />
<area href=http://www.htmlforums.com/archive/index.php/"http://www.mytreasurespot.com/new/hunt/hunt01.html" ALT="Target Found...Click To Dig!!!" shape="circle" coords="98,71,8"><br />
<br />
I have followed the instructions with several java scripts that directed me to put the script in the header and them put something like:<br />
<br />
<area href=http://www.htmlforums.com/archive/index.php/"http://www.mytreasurespot.com/new/hunt/hunt01.html" onmouseover() onmouseout() ALT="Target Found...Click To Dig!!!" shape="circle" coords="98,71,8"><br />
<br />
It does not work. I don't get a error indication. I have other java scripts in this html file that does work fine. I wonder if the difference in the <area instead of <a.<br />
<br />
Any idea?...Donnie<!--content-->well, it would be helpful to see all the code...<!--content-->you need to create javascript for the over/out functions their are plenty of free scripts that will help you, you also need to call a function in the over/out statements<!--content-->
 
Back
Top