Results 1 to 2 of 2

Thread: Ajax Tabs Bouncing Around

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

    Default Ajax Tabs Bouncing Around

    1) Script Title: Ajax Tabs

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

    3) Describe problem:

    I have the Ajax tabs working with the scrollbar script. When you click on the tabs they contract and expand as the content loads. Any way to keep the tabs from moving?

    http://www.champcarfanatics.com/drivers/testold.htm

    It is worse in Firefox, but in IE it does on the first load, and then randomly later.
    Last edited by mclark2112; 07-13-2006 at 08:23 PM.

  2. #2
    Join Date
    Jul 2006
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Figured it out, added a height line to the css:

    .contentstyle{
    border: 0px solid gray;
    width: 593px;
    height: 150px;
    margin-bottom: 1em; padding: 0px;
    }

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
  •