Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: AnyLink Drop Down CSS Menu v2.2 Submenu

  1. #1
    Join Date
    Oct 2010
    Posts
    6
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default AnyLink Drop Down CSS Menu v2.2 Submenu

    I have posted the drop down menu with a submenu on the live server, but noticed when selecting a link in the submenu, the main menu disappears leaving only the submenu present. Is there a way for the main menu to remain while selecting from the submenu? Perhaps if it overlaps, it will stay? How would I create the overlap? Any ideas?

  2. #2
    Join Date
    Jul 2009
    Location
    Binus University
    Posts
    472
    Thanks
    78
    Thanked 21 Times in 21 Posts

    Default

    which dropdown menu? is that from the dynamicdrive dropdown menu? Post the source code that will help us find out the problem.
    _____________________

    David Demetrius // davejob
    _____________________

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

    Default

    Warning: Please include a link to the DD script in question in your post, in this case: http://www.dynamicdrive.com/dynamici...anylinkcss.htm See this thread for the proper posting format when asking a question.

    I'm not sure I understand- the main menu should never disappear while showing a sub menu. Does the problem occur with the DD demos as well? Please post a link to the page on your site that contains the problematic script so we can check it out.
    DD Admin

  4. #4
    Join Date
    Oct 2010
    Posts
    6
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Script: AnyLink CSS Menu v2.2
    http://www.dynamicdrive.com/dynamici...anylinkcss.htm

    The page is located at:
    http://www.armsins.com/indexDROPDOWN3.html

    It is under PRODUCTS FOR AGENTS, "Individual" button, then "Major Medical." You will see the submenu there. Once you move to the submenu, the main menu where Major Medical is located disappears. Any help in keeping the main menu there would be much appreciated.

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

    Default

    Ah I see the problem now. You're trying to use Anylink Menu as a multi level menu when the script currently only supports one level of sub menus. For multiple levels, you'll need to use Flex Level Menu instead.
    DD Admin

  6. #6
    Join Date
    Oct 2010
    Posts
    6
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Thank you for your response. I tried the Flex level menu but found a new problem. I am replacing the text link (primary link that activates the drop down) with an image and trying to make it a rollover. Here is the problem:

    A) http://www.armsins.com/indexDROPDOWN4.html
    I mixed some of the code from AnyLink CSS Menu v2.2 to make the primary images as rollovers, but they don't work as rollovers.

    B) http://www.armsins.com/indexDROPDOWN5.html
    I incorporated the <data-flexmenu="flexmenu1"> code into the Dreamweaver rollover code, but once you leave the primary link it mouses out and the rollover disappears when going to the submenu

    Is there a way to get the primary button to retain the rollover?

    Script Title: Flex Level Drop Down Menu (v1.1)
    Script URL: http://www.dynamicdrive.com/dynamici...exdropdown.htm

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

    Default

    Sure, try the below modified version of flex menu, which lets you define a mosueover and mouseout image for the anchor link similar to the feature found in Anylink Menu:

    Code:
    <p style="text-align:left"><a href="http://www.dynamicdrive.com" data-flexmenu="flexmenu1" data-image="orange.gif" data-overimage="orange2.gif"><img src="orange.gif" /></a></p>
    DD Admin

  8. The Following User Says Thank You to ddadmin For This Useful Post:

    cschu (10-23-2010)

  9. #8
    Join Date
    Oct 2010
    Posts
    11
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by ddadmin View Post
    Sure, try the below modified version of flex menu, which lets you define a mosueover and mouseout image for the anchor link similar to the feature found in Anylink Menu:

    Code:
    <p style="text-align:left"><a href="http://www.dynamicdrive.com" data-flexmenu="flexmenu1" data-image="orange.gif" data-overimage="orange2.gif"><img src="orange.gif" /></a></p>
    the images stay the "data-overimage" image after you hover over them once...is there a way to fix that? thanks!

  10. #9
    Join Date
    Oct 2010
    Posts
    11
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default

    can anybody help? i've made some changes to the javascript file but being a novice i have no idea what i'm doing...

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

    Default

    Hmm the mouse over effect continues to work for me when I test it locally using test images. Please update your page with the changes so far so I can confirm/ see the problem.
    DD Admin

  12. The Following User Says Thank You to ddadmin For This Useful Post:

    cschu (10-24-2010)

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
  •