Results 1 to 4 of 4

Thread: Problems with multiple Tab Content scripts

  1. #1
    Join Date
    Sep 2006
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Problems with multiple Tab Content scripts

    Hello,

    2) http://www.dynamicdrive.com/dynamici...tabcontent.htm

    3) I want to use couple tabs in a tabbed page. Taht means, that in one tab content , I try to show some tabs.
    i.e.

    tab1 tab2 tab3

    tab_a tab_b tab_c

    I used the initilize funtion for all shown tavs. Now when any page of the maintab is displayed, there is always the first tab of the subtab also shown.
    Any ideaas? I'd really appreciate some help, because I have already tried a lot of different things.
    THX

  2. #2
    Join Date
    Sep 2006
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    EDIT: Do I relly have to change the whole JS Script???

  3. #3
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Is your situation different in any meaningful way than the demo page for this script which has two separate tab content sets on it? If not, simply reading and following the configuration instructions should help you to see the problem. You cannot have two:

    <ul id="maintab"

    You must come up with a unique id for each tab set. Also, you need a separate:

    <div class="tabcontentstyle">

    </div>

    containing the tab contents of each tab set.

    If your desired set up is different, how? If you need more help, a link to your problem page would be good.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  4. #4
    Join Date
    Sep 2006
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Nevermind...I skrewed up. made a mistake in with copy and paste. THX for your help!

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
  •