Results 1 to 2 of 2

Thread: AnyLink Drop Down Menu IE

  1. #1
    Join Date
    Feb 2005
    Posts
    54
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default AnyLink Drop Down Menu IE

    Howdy folks,

    I have been toying with the "AnyLink Drop Down Menu IE" menu and was curious as to whether anyone has successfully added a second layer to the menu - for example, launch another "AnyLink Drop Down Menu IE" menu from an item contained in the first menu. I thought I could just input the following, but it's giving me a syntax error. It's probably a long shot, but just thought I'd try you all before surrendering.

    Code:
    //Contents for menu 3 - Menu A
    var menu3=new Array()
    menu3[0]='<a href="http://www.google.com">Google</a><br>'
    menu3[1]='<a href="http://www.yahoo.com">Yahoo!</a><br>'
    menu3[2]='<a href="default2.htm" onClick="return dropdownmenu(this, event, menu4, \'200px\')" onMouseout="delayhidemenu()">News Sites</a><br>'
    
    //Contents for menu 4 - Menu B
    var menu4=new Array()
    menu4[0]='<a href="http://cnn.com">CNN</a><br>'
    menu4[1]='<a href="http://msnbc.com">MSNBC</a><br>'
    menu4[2]='<a href="http://news.bbc.co.uk">BBC News</a><br>'
    So in other words, what I'm trying to accomplish is that when you click News Sites from the first menu (Menu A) that another menu will appear on top of it showing the contents of Menu B.

    Again, it's probably a long shot, but figured I'd check with you all first.


    Thanks in advance.

    - i
    Last edited by johnnyi; 03-09-2005 at 05:25 PM.

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

    Default

    Hmm unfortunately this wouldn't exactly be a simple modication. We might release an alternate version of this script in the future with support for a 2nd layer.

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
  •