Results 1 to 2 of 2

Thread: Accordion Menu Issue

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

    Default Accordion Menu Issue

    1) Script Title: Glossy Accordion Menu

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

    3) Describe problem: The first 34 submenus work fine. After that each submenu has what looks like a tiny submenu above it, and they don't open the correct submenu drop-downs.

    I posted it here: http://www.wwstriviafed.com/c/roster/index.html

    It seems to work fine in IE and Chrome browsers.. but not in Firefox. This appears to be a Firefox-only issue.

    All help is appreciated.

    mark
    Last edited by wwstriviafed; 10-25-2008 at 08:37 AM.

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

    Default

    There shouldn't be any reason why you can't have as many accordion menu items as you want actually. Looking at your page's source, the issue probably is a case of tag containership confusion by Firefox stemming from some of your HTML being closed off incorrectly. For example, the last item of each of your UL list looks like:

    Code:
    <li><a href="http://www.wwstriviafed.com/titles"><center><b><u>Titles Held</u></b></center><BR>
    <b>None</b><p>
    </a></li>
    You have a P element within a LI element (not allowed), plus it's not closed off either.

    Try starting with a fresh page with just one accordion menu item that contains valid HTML, then duplicate it many times to verify it works. This will confirm whether the above is the culprit.
    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
  •