Log in

View Full Version : Tab Content Script (v 2.2)



Steelergridiron
05-23-2012, 03:42 PM
http://www.dynamicdrive.com/dynamicindex17/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

ddadmin
05-24-2012, 06:27 PM
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:


border: 1px solid #778;

Changing #778 to another hex or color name. If the later, where you're editing is correct:


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

Try changing "gray" to another hex or color name value.