Results 1 to 2 of 2

Thread: Ajax Tab content border

  1. #1
    Join Date
    Sep 2007
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Ajax Tab content border

    1) Script Title: Ajax Tab content

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

    3) Describe problem: I think its a minor problem but I cant seem to figure it out on my own. Actually feel kinda stupid for asking this question. On my website www.flashcrawler.com I finally got the ajax tab content script to work thanks for help of DDadmin. As you can see when you click on the tabs, the tables are not even on both sides. I apologize for sounding picky. Is there a way to make the content in the table to be centered? You see how it opens more on the left side then on the right. I wanted to make it open evening on both sides so it will match my search box.

    Thank you.

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

    Default

    Inside the .css file, just increase the width of the DIV that contains the sub content:

    Code:
    .contentstyle{
    border: 1px solid gray;
    width: 250px;
    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
  •