tessavance
07-23-2002, 07:59 AM
I'm using an image map with pre-loaded mousovers and wondered if it is possible for the on image to be an animated gif.
For example: <img src="frame2.gif" width="168" height="62" name="frame" border="0" usemap="#frame" ismap>
<map name="frame">
<area shape="rect" coords="1,1,167,60" href="index.htm" onmouseover="MM_swapImage('frame2',' ','frame1.gif',1);" onmouseout="MM_swapImgRestore()"></map> where frame2.gif is a static image and and frame1.gif is an animated one.
It doesn't appear to work and I'm just wondering if it is not possible, or if I've stuffed it up somewhere.
For example: <img src="frame2.gif" width="168" height="62" name="frame" border="0" usemap="#frame" ismap>
<map name="frame">
<area shape="rect" coords="1,1,167,60" href="index.htm" onmouseover="MM_swapImage('frame2',' ','frame1.gif',1);" onmouseout="MM_swapImgRestore()"></map> where frame2.gif is a static image and and frame1.gif is an animated one.
It doesn't appear to work and I'm just wondering if it is not possible, or if I've stuffed it up somewhere.