PDA

View Full Version : Stamping JS code on menu buttons


Ameer Salim
08-21-2009, 04:31 AM
Hi,

I'm in the midst of changing one of my sites to a new design that uses mouse-over menu buttons.

After looking carefully at the code, I'm having a hard time trying to figure out how to place the java-script code correctly.

Here's the new design:
URL Removed

If you look at the code, each of the menu button has this format link:

<a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image1','','images/nav01b.jpg',1)"><img src="images/nav01.jpg" name="Image1" border="0" /></a>



Can anyone help me please?

I need to know how to stamp the java-script code to this menu button.

Thanks.

Best Regards,
Ameer Salim