View Single Post
  #68  
Old 04-09-2005, 03:38 AM
 
longhorn180 longhorn180 is offline
 

Senior Member
  
Join Date: Apr 2004
Location: Richmond, Virginia
Posts: 187
 

Default

CopperB, what you're looking to change are the border colors. Go back into the tabs.css file and look for these:
Code:
#tablist li a{ padding: 3px 0.5em; margin-left: 3px; border: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC; background: #76B5F3; }

and this:

Code:
#tabcontentcontainer{ width: 100%; padding: 5px; border: 1px solid #CCCCCC; margin-left: 0; }

just change the color to whatever you want where you find border. The #tablist dviion is the actual tab istelf and the #tabcontent container would be the division for the main box.


Adam, what controls are you talking about? Are you talking about the minicart or the tabs at the top of the page.
__________________
4.1.9 (Linux) Live Store
www.thecrackedbook.com
Find used books and out of print books.
Reply With Quote