Results 1 to 2 of 2

Thread: Tab Content Script (v 2.2)

  1. #1
    Join Date
    May 2012
    Posts
    4
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Tab Content Script (v 2.2)

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

    The script is installed on http://www.steelergridiron.com

    I would like to change the border color. I have tried Hex color to no avail

    <div style="border:1px solid gray; width:460px; margin-bottom: 1em; padding: 10px">

    I would like to change the "solid gray" to hex color #1e1e1e if this is possible.
    Thanks for any help that you can give.

    Mike

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

    Default

    It depends whether you mean the border color of the tabs, or the content container. If the former, inside tabcontent.css, you'd simply edit the line:

    Code:
    border: 1px solid #778;
    Changing #778 to another hex or color name. If the later, where you're editing is correct:

    Code:
    <div style="border:1px solid gray; width:460px; margin-bottom: 1em; padding: 10px">
    Try changing "gray" to another hex or color name value.
    DD Admin

  3. The Following User Says Thank You to ddadmin For This Useful Post:

    Steelergridiron (05-29-2012)

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
  •