Results 1 to 6 of 6

Thread: AnyLink Drop Down Menu - Want Secondary dropdowns - PLEASE HELP

  1. #1
    Join Date
    Dec 2007
    Posts
    17
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default AnyLink Drop Down Menu - Want Secondary dropdowns - PLEASE HELP

    Script: AnyLink Drop Down Menu
    http://www.dynamicdrive.com/dynamici...pmenuindex.htm

    I'm using individual menu bar images and I have the dropdowns working without a problem, but I'd like to have a 3rd tier dropdown to further branch out my drop downs. Does anyone know how to do this?

    Here's my setup:

    I have a php file that contains all of the menu bar images (my HTML code references that php file as an includes file), here's an example of the code for each image:

    <a href="http://www.cnn.com" onMouseover="dropdownmenu(this, event, menu1, '120px')" onMouseout="delayhidemenu()"><img src="../images/cnn-menu.gif" alt="CNN" border="0" /></a>

    And here is the js file code I'm using for the menu bar drop downs:

    var menu1=new Array()

    menu1[0]='<a href="http://www.cnn.com/WORLD/">CNN World</a>'
    menu1[1]='<a href="http://www.cnn.com/POLITICS/">CNN Politics</a>'
    menu1[2]='<a href="http://www.cnn.com/HEALTH/">CNN Health</a>'

    Id' like to be able to branch out one of these. For example, when doing a mouseover of "CNN Health", I'd want it to then branch out to "Fitness", "Diet", "Exercise", etc.

    Can someone please help me with this?

    Thanks alot,
    Joe
    Last edited by rangerjoe; 12-11-2007 at 01:28 PM. Reason: format

  2. #2
    Join Date
    Dec 2007
    Posts
    17
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Can anyone help me with this?

    Much appreciated,
    Joe

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

    Default

    There's currently no easy way to create more than 1 level deep of drop downs with this script unfortunately. The closest thing on DD right now for this would be SuckerTree CSS menu.

  4. #4
    Join Date
    Sep 2007
    Location
    The Netherlands
    Posts
    1,881
    Thanks
    49
    Thanked 266 Times in 258 Posts
    Blog Entries
    56

    Default

    This has almost infinite levels and is easy to setup.

    Arie Molendijk.

  5. #5
    Join Date
    Dec 2007
    Posts
    17
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Molendijk,

    Thanks for the post. There's an example on that URL you posted: http://java.skyteam.ru/dropdownie.htm that looks great, but here's my problem:

    Currently I'm using the "AnyLink Drop Down Menu" script and I'm able to use images as tabs, but the script only allows 1 level tier upon mouseover. I want to be able to use the images I have, mouse over them, then mouse over those.

    Any help/guidance would be great.

    Thanks for your help, much appreciated.

    Joe

  6. #6
    Join Date
    Sep 2007
    Location
    The Netherlands
    Posts
    1,881
    Thanks
    49
    Thanked 266 Times in 258 Posts
    Blog Entries
    56

    Default

    AnyLink doesn't accept more than one sublevel. Hard to change that.

    Arie M.

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
  •