Results 1 to 2 of 2

Thread: Ajax Tabs Content Script (v 2.2)

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

    Default Ajax Tabs Content Script (v 2.2)

    1) Script Title: Ajax Tabs Content Script (v 2.2)

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

    3) Describe problem:

    - where to change the font-size for text in the tabs?
    - how to change the tabs height so when the text size get bigger it not going to break the tab menu.

    thank you

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

    Default

    To answer your questions:

    1) That would be via the CSS for the tabs. If you're using the first, Shaded Tabs interface, inside the .css file, the line in red is what you'd edit:

    Code:
    .shadetabs{
    padding: 3px 0;
    margin-left: 0;
    margin-top: 1px;
    margin-bottom: 0;
    font: bold 12px Verdana;
    list-style-type: none;
    text-align: left; /*set to left, center, or right to align the menu as desired*/
    }
    2) The tabs should by default expand gracefully when the text itself is expanded.
    DD Admin

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
  •