Results 1 to 3 of 3

Thread: DD Drop Down Panel Styling and Capabilities

  1. #1
    Join Date
    Jun 2009
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default DD Drop Down Panel Styling and Capabilities

    1) Script Title: DD Drop Down Panel

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

    3) Describe problem: Hi there, I have a couple questions about this script...

    a) Is it possible to have a drop down menu inside a drop down menu (like a sub menu)? So I click "Toggle A" which reveals content "Toggle B" and "Toggle C"... then I can click "Toggle B" or "Toggle C" to reveal more content... if not, can you recommend a script that would achieve this effect?

    b) How do I move the position of the arrow from the right side of the Toggle text to the left?

    Thanks for your help!

    jb
    Last edited by Snookerman; 06-27-2009 at 04:40 PM.

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

    Default

    For a), I'm not aware of something exactly like that. A menu that resembles somewhat what you're describing would be Drop Line Menu. For b), inside the .js file, try finding the following line:

    Code:
    target.appendChild(pointer)
    and replace that with:

    Code:
    target.insertBefore(pointer, target.firstChild)
    to move the arrow to the front.
    DD Admin

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

    Default

    thanks for your 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
  •