|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
I need help in Image Roll-Over Maker 5.0
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 |
|
#2
|
|||
|
|||
|
You want the html/javascript forum
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Java Help > I need help in Image Roll-Over Maker 5.0 |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|