Results 1 to 2 of 2

Thread: AnyLink JS Drop Down Menu v2.2 - Extending Page

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

    Post AnyLink JS Drop Down Menu v2.2 - Extending Page

    1) Script Title: AnyLink JS Drop Down Menu v2.2

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...pmenuindex.htm

    3) Describe problem:

    The menu works great, but I have 2 problems.

    One: It is extending my page longer. Basically the drop down menus are being stored at the bottom of my page until they are rolled over and then move up. When I take out the style sheet for the menu, I can see the links being stored there. Anyone else having this problem?

    Two: the submenu roll overs do not work in IE

    Here is my test site www.rootloud.com/riverstone/3

    Any help would be greatly appreciated. Thanks

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

    Default

    That's normal in that the script adds the drop down menus physically to the page (it has to), though the CSS as you mentioned hides it from the page entirely.

    Two: the submenu roll overs do not work in IE
    Inside the .css file, try adding the code in red to the below portion of the code:
    Code:
    .anylinkmenu a:hover{ /*hover background color*/
    
    background: #0687C3 !important;
    
    color: white !important;
    
    }
    DD Admin

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
  •