View Single Post
  #101  
Old 11-25-2008, 03:35 AM
  JWait's Avatar 
JWait JWait is offline
 

X-Man
  
Join Date: Nov 2005
Location: California
Posts: 2,440
 

Default Re: Pure CSS Rounded Boxes! (no images, no tables)

"Help" is a different color because it a link. You need to add this to your stylesheet (skin1.css)
Code:
.color_a { background-image: url(images/menu_bg.gif); /* This is where you set an image for the top title area */ color:#ffffff; /* This is where you set the color for the top title area text */ } .color_a A:link{ COLOR: #fff; TEXT-DECORATION: none; /* This is where you set the color for a link in the top title*/ } .color_a A:visited { COLOR: #fff; TEXT-DECORATION: none; /* This is where you set the color for a link in the top title*/ } .color_a A:hover { COLOR: #0000cc; TEXT-DECORATION: underline; /* This is where you set the color for a link in the top title*/ } .color_a A:active { COLOR: #fff; TEXT-DECORATION: none; /* This is where you set the color for a link in the top title*/ }
__________________
Two Separate X-Cart Stores
Version 4.4.4 Gold - X-AOM - Vivid Dreams Aquamarine (modified) - Linux
Mods - Newest Products - View All -, and a few others. Numerous upgrades from 4.0.x series.
Integrated with Stone Edge Order Manager + POS

Version 4.1.12 Gold (fresh install) - X-AOM - Linux
Mods - XCSEO free
Reply With Quote