Results 1 to 6 of 6

Thread: DD Drop Down Panel modification

  1. #1
    Join Date
    Nov 2008
    Posts
    14
    Thanks
    1
    Thanked 1 Time in 1 Post

    Red face DD Drop Down Panel modification

    1) Script Title: DD Drop Down Panel

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

    3) Describe problem:
    Hello. Great script. I just want to know, could it be positioned on bottom and when toggle button is pressed to drop up to top. Thanks

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

    Default

    There's no easy way unfortunately. This mostly has to do with the fact that when you reveal a DIV into view using CSS, it always expands downwards. There's no way to reveal an element by expanding it from bottom to top (that I'm aware of).
    DD Admin

  3. The Following User Says Thank You to ddadmin For This Useful Post:

    shlajfka (01-15-2009)

  4. #3
    Join Date
    Nov 2008
    Posts
    14
    Thanks
    1
    Thanked 1 Time in 1 Post

    Default

    thank you anyway

  5. #4
    Join Date
    Aug 2005
    Posts
    54
    Thanks
    7
    Thanked 0 Times in 0 Posts

    Default

    Here's something similar using Mootools. Click the thumbnails in the section entitled "Website Samples"

    http://www.xhtml-css.eu/

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

    Default

    Ashely:
    That's actually a different type of effect than that of the DD Panel script actually. It's merely animating an absolutely positioned element on the page, hence it's easy to create the effect of it sliding upwards. The DD Panel script on the other hand actually animates an inline content on the page (so the rest of the page's content gets pushed up/down at the same time).

    The effect cited in your link is closer in nature to this one on DD: http://dynamicdrive.com/dynamicindex5/bottomtool.htm
    DD Admin

  7. #6
    Join Date
    Aug 2005
    Posts
    54
    Thanks
    7
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by ddadmin View Post
    Ashely:
    That's actually a different type of effect than that of the DD Panel script actually. It's merely animating an absolutely positioned element on the page, hence it's easy to create the effect of it sliding upwards. The DD Panel script on the other hand actually animates an inline content on the page (so the rest of the page's content gets pushed up/down at the same time).

    The effect cited in your link is closer in nature to this one on DD: http://dynamicdrive.com/dynamicindex5/bottomtool.htm
    Nice! I like that better!

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
  •