Tailtiu
08-22-2004, 07:32 PM
Hello everyone,
I'm an amateur designer needing some advice please.
I am trying to use the roll over function with mouse over etc.
I have images all the same size and I'm trying to change the image on mouse over
to a slightly bigger image.
I'm using your basic .js & my images are set in layers the same size as the first image.
This is where my problem lies; I cannot get my mouse to show the bigger image on mouse over.
I presume it has something to do with using layers. I was reading a book about it and saw a <span></span> tag used in another instance.
Will this work for what I'm trying to do? If so what is the proper positioning of the span tags in the .js as follows.
<div id="Box2"><a href="default.php" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image3','','images/fun_2.gif',1)"><img src="images/fun_1.jpg" alt="have fun on the jet ski" name="Image3" width="115" height="115" border="0" id="Image3" /></a></div>
Thank you so much for your help.
Tailtiu
I'm an amateur designer needing some advice please.
I am trying to use the roll over function with mouse over etc.
I have images all the same size and I'm trying to change the image on mouse over
to a slightly bigger image.
I'm using your basic .js & my images are set in layers the same size as the first image.
This is where my problem lies; I cannot get my mouse to show the bigger image on mouse over.
I presume it has something to do with using layers. I was reading a book about it and saw a <span></span> tag used in another instance.
Will this work for what I'm trying to do? If so what is the proper positioning of the span tags in the .js as follows.
<div id="Box2"><a href="default.php" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image3','','images/fun_2.gif',1)"><img src="images/fun_1.jpg" alt="have fun on the jet ski" name="Image3" width="115" height="115" border="0" id="Image3" /></a></div>
Thank you so much for your help.
Tailtiu