Results 1 to 3 of 3

Thread: Anylinkmenu not working for some of the menu items in IE9

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

    Default Anylinkmenu not working for some of the menu items in IE9

    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: We have been using this link and we tried to test it with the beta version of IE9. Some of the static links are coming up, but the dynamic links, which we populate in the JS, are not showing up on mouse hover. Not sure what is causing this problem, but this works great in all other browsers.

    Could you please help me?

    Thanks,
    Janakiram.

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

    Default

    As IE9 is still currently in early beta, we aren't fixing any quirks found inside DD scripts in that browser until much closer to the official release of the browser. In the meantime if IE9 compatibility is important to you, you can make use of IE's compatibility mode doctypes to get the page in question to render uniformly across various versions of IE, such as by adding:

    Code:
    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
    to the HEAD of your page. This is explained more here.
    DD Admin

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

    janakiramd (09-29-2010)

  4. #3
    Join Date
    Sep 2010
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Thank you so much for your reply.

    I will give the suggested method a try.

    Janakiram.

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
  •