Results 1 to 4 of 4

Thread: AnyLink Drop Down Menu

  1. #1
    Join Date
    Feb 2006
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default AnyLink Drop Down Menu

    Script: AnyLink Drop Down Menu
    http://dynamicdrive.com/dynamicindex1/dropmenuindex.htm

    I was just wondering if it was possible to have multiple levels (multi-level menu) with this script?

    Thanks.

  2. #2
    Join Date
    Feb 2006
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    That is one think I also would like to know. Can anyone help?

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

    Default

    There's no easy way for this currently, unfortunately.

  4. #4
    Join Date
    Feb 2006
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thank you for responding.

    I have another question. I tried using this script on my website but it doesn't seem to be working. The URL where it's being used at is: http://hannaxbear.shadows-the-sky.com/experiment

    I'm just trying to test it out on one button first (the "site" one), but it's not working. Sorry that the section in my HTML with the navigation is messy and somewhat hard to read, so I'll point out what I wrote for it to work on the "site" button:
    Code:
    <a 
    
    href="http://hannaxbear.shadows-the-sky.com/index.php?page=site"  
    
    onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, 
    
    menu1, '')" onMouseout="delayhidemenu()"><img 
    
    src="http://hannaxbear.shadows-the-sky.com/images/site.jpg" border="0" 
    
    width="69" height="23" alt="" name="sitebutton"></a>
    And you can find the actual script used from this site here:
    http://hannaxbear.shadows-the-sky.co...riment/menu.js

    Can someone help me figure out what I'm doing wrong...? Thank you for your time. =]

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
  •