Results 1 to 4 of 4

Thread: Bullet List Accordion Menu

  1. #1
    Join Date
    May 2009
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Bullet List Accordion Menu

    Script: DD Bullet List Accordion Menu

    http://www.dynamicdrive.com/dynamici...enu-bullet.htm

    Hey all, I've been having trouble with the Bullet List Accordion Menu. Everything works fine, however, when I expand or contract a header on my menu, it is jumpy open closing and opening. What I mean by that is, the sub-selections underneath my headers move up and down a few pixels upon opening and closing the header. It is the left navigation menu seen here:

    http://v233236.mywvjfgdtp3j.demo.volusion.com/

    If anyone could give me some possible explanations and fixes I would greatly appreciate it. Thank you!

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

    Default

    Hmm the jittering usually only occurs if your page is missing a valid doctype, which yours seems to have. What happens if you comment out the below two options:

    Code:
    //toggleclass: ["closeheader", "openheader"], //Two CSS classes to be applied to the header when it's collapsed and expanded, respectively ["class1", "class2"]
    //togglehtml: ["prefix", "", ""], //Additional HTML added to the header when it's collapsed and expanded, respectively  ["position", "html1", "html2"] (see docs)
    DD Admin

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

    Default

    I commented out both of those options, but then the menu would not open at all when I clicked on a header. When I commented out only the toggleclass, the menu also would not open upon a click of a header. When I commented out only the togglehtml, the menu would open - but it was still jittery.

  4. #4
    Join Date
    May 2009
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Does anyone know what could be causing this? I would really appreciate the help.

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
  •