Results 1 to 3 of 3

Thread: Submenu contents are not loaded in IE on some machines

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

    Default Submenu contents are not loaded in IE on some machines

    Script Title: Mouseover tabs menu

    Script URL (on DD): http://dynamicdrive.com/dynamicindex1/mouseovertabs.htm

    i am getting a "loading sub menu contents" message for the submenu on IE6 on some machines in my office. files are on a network drive and accessed from different client machines.

    some machines don't have this problem. can changing some IE settings resolve this? plz help

    Jack

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

    Default

    What does your path to the external menu contents look like, ie:

    Code:
    <div id="mysubmenuarea" class="tabsmenucontentclass">
    
    <!--1st link within submenu container should point to the external submenu contents file-->
    <a href="submenucontents.htm" style="visibility:hidden">Sub Menu contents</a>
    
    </div>
    This sounds like an issue with your specified path triggering an offsite domain related security issue in IE. The solution usually is to tweak the file path so it plays nice in IE.
    DD Admin

  3. #3
    Join Date
    Feb 2009
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    path to submenucontents.htm is as given in ur post only.

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
  •