Results 1 to 2 of 2

Thread: Remove tab from dropdown panel

  1. #1
    Join Date
    Jul 2009
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Remove tab from dropdown panel

    1) Script Title: Dropdown Panel

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

    3) Describe problem: Remove tab

    Hi,

    Can anyone tell me how to remove the tab that activates the dropdown panel? I am triggering it from a flash file instead and don't want the tab on the page.

    Thanks,

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

    Default

    The easiest way is probably just to hide it in the CSS:

    Code:
    .ddpanel .ddpaneltab{ /*CSS for "toggle" tab DIV of Drop Down Panel*/
    margin-right: 20px;
    font: normal 12px Arial;
    display: none;
    }
    DD Admin

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
  •