Results 1 to 6 of 6

Thread: Changing the widths of Tab Content Script

  1. #1
    Join Date
    Dec 2006
    Posts
    14
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Changing the widths of Tab Content Script

    1) Script Title: Tab Content Script

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

    3) Describe problem:

    How do I change the width of this box.. i have tried and failed.

    Sorry if this is really simple.

    Regards.

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

    Default

    The width of each tab is dictated by the width of the containing text, and cannot be easily changed unfortunately. This is since each tab is an inline A element (not "block", for example).

  3. #3
    Join Date
    Mar 2006
    Posts
    600
    Thanks
    5
    Thanked 4 Times in 4 Posts

    Default

    you could add a spaces in it to make the width longer. Because a simple " " space doesnt show in html like that you'll have to add this code:
    Code:
     
    That will show up as one space.

  4. #4
    Join Date
    Feb 2007
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Go to css file

    Go to your tabcontent.css file and change the width in tabcontentstyle.

  5. #5
    Join Date
    Feb 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question How??

    Quote Originally Posted by ddadmin View Post
    The width of each tab is dictated by the width of the containing text, and cannot be easily changed unfortunately. This is since each tab is an inline A element (not "block", for example).

    I couldn't understand you...

    How can I edit this proprierty?

    I don't know CSS/JS/HTML very well.. can you help me?




    |CaioFabiano|

  6. #6
    Join Date
    Feb 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I dont know if it is prohibited, but i'm upping this topic because nobody helped me..


    so.. anyone can help me with my question?

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
  •