Results 1 to 3 of 3

Thread: Accordion Script causing spacing issues in IE

  1. #1
    Join Date
    May 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Accordion Script causing spacing issues in IE

    1) Script Title: Accordion Menu Script (v1.3)

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

    3) Describe problem:

    I am creating a website for a client via Dreamweaver, and there is an issue with IE 6 and 7 that I have been unable to resolve. It is expanding the entire menu upon loading the page, and only shows the collapsed menu. The problem is that it is creating a lot of extra white space, as if the menu wasn't collapsed at all. I noticed this after doing a preview via Dreamweaver, as it forces IE to ask permission to run the script and the additional spacing matches exactly to what the live page shows. The problem does not occur with FF or Safari.

    I am probably overlooking something fairly simple, but its escaping me at the moment. Any ideas?

    www.americanquickprint.com/laureltemp/index.html

    Thanks!

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

    Default

    The problem doesn't look like it's related to the menu actually, but rather, just something funky with your layout in general causing the huge gap in IE. I can hide the entire menu, and the gap still exists:

    Code:
    <div class="arrowlistmenu" style="display:none">
    "
    "
    </div>
    I can't tell what's causing it though. It could be something as innocent as a tag you forgot to close, or something in your general CSS.

  3. #3
    Join Date
    May 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks for looking at it so quickly! I'll take another look at the non-menu code and see if i can track it down.

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
  •