Results 1 to 2 of 2

Thread: ajaxtabscontent - space between the tab and the content area

  1. #1
    Join Date
    Jul 2006
    Posts
    95
    Thanks
    21
    Thanked 0 Times in 0 Posts

    Default ajaxtabscontent - space between the tab and the content area

    1) a) Script Title: Ajax Tabs Content script
    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...tent/index.htm
    3) Describe problem: May I know how to modify the script so that there is space between the tab and the content area, that is - the two are not joined together.

    Thank YOU.
    Last edited by ddadmin; 08-27-2007 at 09:13 AM.

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

    Default

    Just use some CSS for the DIV containing the tab content, so there is a gap:

    Code:
    .contentstyle{
    margin-top: 10px;
    border: 1px solid gray;
    width: 450px;
    margin-bottom: 1em; padding: 10px;
    }

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
  •