Results 1 to 3 of 3

Thread: DD Drop Down Panel - Need Help...

  1. #1
    Join Date
    Apr 2009
    Posts
    23
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default DD Drop Down Panel - Need Help...

    1) Script Title:
    DD Drop Down Panel

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

    3) Describe problem:

    Hi,
    I would like to use this,
    But with some changes,

    - How to make the Div stay all the time on top of page even when scrolling down?
    - When it slide down I want it to slide on top of all other page without "taking" the whole page down with it.
    How to do that?

    Thanks...

  2. #2
    Join Date
    Oct 2009
    Posts
    845
    Thanks
    14
    Thanked 189 Times in 188 Posts

    Default

    Try adding this css rule and see if it helps
    Code:
    #mypanel {
        position: fixed;
    }

  3. #3
    Join Date
    Apr 2009
    Posts
    23
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks...

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
  •