View Single Post
  #15  
Old 09-01-2008, 06:02 PM
 
pasyl pasyl is offline
 

Newbie
  
Join Date: Jul 2008
Posts: 5
 

Default Re: Speed Bar and Text Color Change

To make the text white in the speed bar...just came up with this:



/*
Tab mechanism
*/
.Tab {
BACKGROUND-COLOR: #C12018;
FONT-WEIGHT: bold;
TEXT-TRANSFORM: ;
WIDTH: 85px;
HEIGHT: 25px;
TEXT-ALIGN: center;
}
.Tab A:link, .Tab A:visited, .Tab A:hover, .Tab A:active {
COLOR: #ffffff; TEXT-DECORATION: none;
}
.TabTop {
HEIGHT: 5px;
BACKGROUND-COLOR: #C12018;
}
__________________
X-Cart Pro
Reply With Quote