Results 1 to 2 of 2

Thread: 'Tabbed Content' script problem

  1. #1
    Join Date
    Jun 2007
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default 'Tabbed Content' script problem

    1) tabbed content

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

    3) Hi there and thanks a million for a great 'Tabbed Content' script! I'm however experiencing a bit of a problem, which I hope somebody can help me with ;o(

    Basically, the first time I load the page the contents inside of all my tabs gets displayed... one underneath each other. However, when I click on any of the tabs they work as they should...

    bit of a weird one, i'm guessing it's something to do with sessions or cookies??? ...but if anybody has any suggestions... great!

    thanks in advance

    Decbrad

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

    Default

    Looks like you didn't upload the style sheet associated with the script ("tabcontent.css"). By default, each content is hidden using CSS, via the code:

    Code:
    .tabcontent{
    display:none;
    }

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
  •