Results 1 to 1 of 1

Thread: tab content script v2 - tab width

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

    Default tab content script v2 - tab width

    1) Script Title: tab content script v2

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

    3) Describe problem: hello all! question: how to make each tab (not tab content box) to be different size (in pixels preferably).

    I tried to make it within stylesheet document - it didn't worked. I tried to put css style straight on document - it didn't worked. well, I'm a newbie in coding so not a surprise that it didn't worked for me

    i tried to put second class here:
    HTML:
    Code:
    <li><a href="#" rel="tcontent1" class="selected tab_width">Tab 1</a></li>
    CSS:
    Code:
    .tab_width { width: 200px; }

    and second thing - if Java and Javascript is turned off on browser - it doesn't show anything. any thoughts how to make show content of all tabs in a list?


    any help would be appreciated. thank you!
    Last edited by brnmtf; 11-22-2007 at 09:48 AM.

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
  •