Results 1 to 3 of 3

Thread: Any Link Dropdown menu

  1. #1
    Join Date
    Mar 2006
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Unhappy Any Link Dropdown menu

    I have been using this drop down menu on my site and can't seem to figure out where to make the change and exactly what to add to make all the three menus drop down. The first menu drops but the second and third are on click. Help with this please. Here is my site to view my code.
    www.forsythcountymgv.com

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Changes these:

    Code:
    <a href="default2.htm" onClick="return dropdownmenu(this, event, menu2, '200px')" onMouseout="delayhidemenu()"><b><i>Master Gardener Programs</i></b></a></font></font>| 
    
    <a href="default3.htm" onClick="return dropdownmenu(this, event, menu3, '200px')" onMouseout="delayhidemenu()"><i><font face="Arial, Helvetica, sans-serif"><b>Additional Information</b></font></i></a><b><i> (onclick)</i></b>
    To look more like this one:

    Code:
    <a href="default.htm" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu1, '150px')" onMouseout="delayhidemenu()"><i>Master Gardener Information</i></a></b>
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Mar 2006
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks for that help! It is now working and you have saved me countless hours of pulling my hair out! Again,Thanks

Bookmarks

Posting Permissions

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