PDA

View Full Version : Adding Pop-up Submenu to Mouseover Effect



brianneskien
01 Jun 2010, 12:37 PM
Hi, I'm looking to add a submenu to my mouseover effect on the main menu. I currently have a horizontal menu with 3 buttons: Home, Products and Services. Each have a mouseover effect for the image, but I would also like to add a submenu that appears at the same time the mouseover effect does, but below the main menu.

Here is my code for one of the main menu buttons, before tryingt o add any menu below...


<a href="http://melroseintl.com/Abbott/abbott_services.html"
onmouseover="document.services.src='http://melroseintl.com/Abbott/Images/tab3_over.gif'"
onmouseout="document.services.src='http://melroseintl.com/Abbott/Images/tab3_off.gif'">
<img src="tab1_off.gif" width="118" height="42" border="0"
alt="Services" name="services"/></a>


Thanks for any help!