Results 1 to 3 of 3

Thread: AnyLink Drop Down Menu - Question

  1. #1
    Join Date
    May 2005
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default AnyLink Drop Down Menu - Question

    http://www.dynamicdrive.com/dynamici...pmenuindex.htm

    I really like this script, but was wondering if the Header links can also be clickable, and not just the submenus.

    So like on the demo you have at the above link, "Web Design" would also be a clickable link in addition to the submenus under it.

    Thanks!
    Chad

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Certainly. Disabling the header link was by design, though if you wish to make them clickable, just modify the code of Step 2:

    Code:
    <a href="default.htm" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu1, '150px')" onMouseout="delayhidemenu()">Web Design</a>
    Remove the onClick="return clickreturnvalue()" portion from the above.

  3. #3
    Join Date
    May 2005
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    oh yeah, that works perfectly for me.

    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
  •