Results 1 to 2 of 2

Thread: Modification for AnyLink Drop Down Menu

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

    Default Modification for AnyLink Drop Down Menu

    I'm using the onClick version of AnyLink Drop Down Menu (http://dynamicdrive.com/dynamicindex1/dropmenuindex.htm)

    I have several menus per page, and now want ALL menus to show onLoad and without a click. I tried the 'onLoad' event in the <img onload="javascript:dropdownmenu()"> which works in IE, but the relative x & y coordinate values in Firefox/NS6 are off. I'm not necessarily sold on this method, but it got me somewhere.

    Any ideas ?

    Thanks everyone

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

    Default

    Hmm unfortunately there's basically no easy way to do this. This is since only one DIV is used at any one time, just to contain the drop down menu for the link the mouse is currently over. To do the above, it assumes the script uses a different div for each drop down menu, so they can all be easily set to display per some action such as onLoad.

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
  •