Results 1 to 5 of 5

Thread: Urban Gray Accordion Menu Help needed

  1. #1
    Join Date
    Oct 2008
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Urban Gray Accordion Menu Help needed

    1) Script Title: Urban Gray Accordion Menu

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

    3) Describe problem: When I use the script the drop down menu doesn't drop on the right place but on the heading above. So in the attached example the about us menu drops when you hover over the home and when you hover over the about us the membership drops down etc. etc.

    I have made no changes to the ddaccordion.js file or made any changes to the css or scripts.

    Any help would be appreciated. This seems to happen in both Firefox 3 and IE 7

    Thank you

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

    Default

    Does this occur on the DD demo itself for you as well? Please post a link to the page on your site that contains the problematic script so we can check it out.
    DD Admin

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

    Default

    I am sorry I thought I had attached it but I got an error.
    http://www.annelies.ca/AIEP/template2/temp.html
    this is basically the demo copied into the page
    Thanks Annelies

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

    Default

    Looking at your page, you have an unequal number of ".headerbar" DIVs versus ".submenu" ULs. You should always have the same number. In your case, the following has no corresponding ".submenu" UL:

    Code:
    <h3 class="headerbar"><a href="#">Home</a></h3>
    You should either remove the above, or give it a different class name other than the one designated to act as an accordion header (ie: "headerbar").
    DD Admin

  5. #5
    Join Date
    Oct 2008
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thank you that works.
    Annelies

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
  •