Hey, I have been trying to sort out an issue in Firefox related to the useMap function. I have been able to get the images to switch, but it flicks on and off. It works how I want it to in IE. Let me know what you think is causing this.
Thanks
Here is the JAVASCRIPT:
<script type="text/javascript">
<!--
function openmenu(){document.menu.useMap="#contestsopen";
document.menu.src='images/contestsopen.GIF';}
function closemenu(){document.menu.useMap="";
document.menu.src='images/contests.GIF';}
//-->
</script>
Here is the link to the script:
<map id="contestsopen" name="contestsopen">
<area shape="rect" coords="24,26,92,41" href="videocontest.htm" title="" target="rside"/>
<area shape="default" nohref="nohref" alt=""/>
</map>
<span onMouseOver=openmenu()
onMouseOut=closemenu()>
<img border="0" src="images/contests.GIF" name="menu" width="100" height="46">
</span>
Thanks
Here is the JAVASCRIPT:
<script type="text/javascript">
<!--
function openmenu(){document.menu.useMap="#contestsopen";
document.menu.src='images/contestsopen.GIF';}
function closemenu(){document.menu.useMap="";
document.menu.src='images/contests.GIF';}
//-->
</script>
Here is the link to the script:
<map id="contestsopen" name="contestsopen">
<area shape="rect" coords="24,26,92,41" href="videocontest.htm" title="" target="rside"/>
<area shape="default" nohref="nohref" alt=""/>
</map>
<span onMouseOver=openmenu()
onMouseOut=closemenu()>
<img border="0" src="images/contests.GIF" name="menu" width="100" height="46">
</span>