N3D
06-01-2003, 04:13 PM
hi all friends
I have the Image Roll-Over Maker 5.0 Program
the problem in the Program aftrer i make the code for the Image Roll-Over
i dont know how to use in the front page
like example
the code
-----------------------------------------------------------------------------------
<!-- begin rom_animation rollover code //-->
<script>
rom_animationA=new Image();
rom_animationA.src="images/animation0.jpg";
rom_animationB=new Image();
rom_animationB.src="images/animation1.jpg";
</script>
<a href="http://" onmouseover="rom_animation.src='images/animation1.jpg';" onmouseout="rom_animation.src='images/animation0.jpg';">
<img name="rom_animation" src="images/animation0.jpg" border="0" width="175" height="35"></a>
<!-- end rom_animation rollover code //-->
-----------------------------------------------------------------------------------
where i put the code in the front page html
best regard
N3D
I have the Image Roll-Over Maker 5.0 Program
the problem in the Program aftrer i make the code for the Image Roll-Over
i dont know how to use in the front page
like example
the code
-----------------------------------------------------------------------------------
<!-- begin rom_animation rollover code //-->
<script>
rom_animationA=new Image();
rom_animationA.src="images/animation0.jpg";
rom_animationB=new Image();
rom_animationB.src="images/animation1.jpg";
</script>
<a href="http://" onmouseover="rom_animation.src='images/animation1.jpg';" onmouseout="rom_animation.src='images/animation0.jpg';">
<img name="rom_animation" src="images/animation0.jpg" border="0" width="175" height="35"></a>
<!-- end rom_animation rollover code //-->
-----------------------------------------------------------------------------------
where i put the code in the front page html
best regard
N3D