Results 1 to 2 of 2

Thread: Tab Content Script Scrolling?

  1. #1
    Join Date
    Oct 2008
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Tab Content Script Scrolling?

    1) Script Title: Tab Content Script

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

    3) Describe problem: Scrolling

    Hi: Can you tell me if this script has the ability to make the contents scroll? Thanks.

  2. #2
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    In your tabcontent.css find this:
    Code:
    .tabcontent{
    display:none;
    height: 400px;
    overflow: auto;
    }
    And add the highlighted.
    Jeremy | jfein.net

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
  •