View Single Post
  #11  
Old 09-08-2004, 07:27 AM
 
jparadise jparadise is offline
 

Newbie
  
Join Date: Sep 2004
Location: New York, NY
Posts: 7
 

Default CSS in the Speedbar - changing color of link pseudoclass

Ok, I have the opposite problem. I'm trying to change the color of the links in the speedbar, which is the Tab class.

No matter what I do, I can't seem to override the primary link psuedoclass style. Here's the code:

A:link {
COLOR: #081589; TEXT-DECORATION: none;
}

.Tab {
FONT-WEIGHT: bold;
TEXT-TRANSFORM: uppercase;
}
.Tab A:link {color: #FFFFFF}

I've also tried:

A.Tab:link {color: #ffffff}
a.Tab:visited {color: #0000ff}
a.Tab:hover {color: #ffcc00}

Any help would be greatly appreciated.

thanks,
Joshua
__________________
X-Cart Info
Version: 3.5.11
OS: FreeBSD Unix
Location: New York, NY

Joshua
Ogden Little Bags
http://www.ogdenlittle.com
Reply With Quote