Results 1 to 4 of 4

Thread: Any link dropdown works in Firefox but not IE7

  1. #1
    Join Date
    Jun 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Any link dropdown works in Firefox but not IE7

    1) Script Title: Any link dropdown menu

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

    3) Describe problem:

    I have the site http://www.roweglobalgroup.com and the dropdown menu seem to work just fine in Firefox however produces and error in IE7. No clue on this one what I should do to fix this.

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

    Default

    Try the just updated .js file on the script page (v2.3).
    DD Admin

  3. #3
    Join Date
    Jun 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    The menu works now but it's still producing some sort of error in Explorer. The links also don't open in a new window like they do in Firefox

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

    Default

    The "contact" link on your page is generating a JavaScript error, as it carries the CSS class informing the script that this is an anchor link, yet it carries no accompanying "rel" attribute telling the script which drop down menu to associate with the link:

    Code:
    <a href="/contact.htm" style="color: rgb(204,248,248)" font color="E1EFEF" class="menuanchorclass">Contact</a>
    You should either remove the above markup from your page, or define a "rel" attribute to boot.
    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
  •