Results 1 to 1 of 1

Thread: Adding Pop-up Submenu to Mouseover Effect

  1. #1
    brianneskien Guest

    Adding Pop-up Submenu to Mouseover Effect

    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...
    HTML Code:
    <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!
    Last edited by <CrGeary.com/>; 01 Jun 2010 at 08:23 PM. Reason: Code Tags

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •