Thread: CSS help needed
View Single Post
Old 11-07-2003, 01:52 PM  
MarcS
Confirmed User
 
Join Date: Aug 2002
Posts: 139
CSS help needed

here is my problem
I have this css class
.table_header {
color: #FFA34F; font-size: 12; font-weight : bold;
background-color: #006699; height: 25px;
text-align: center;


}

I use it like this:

tr class="table_header"

as you can see the background color is blue (almost blue)

my default color for links is blue and I'd like to change the link color within the table_header class

I tried
.table_header:link {
color: white; font-size: 12; font-weight : bold;
background-color: #006699; height: 25px;
text-align: center;


}

but that didn't work

any ideas?
MarcS is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote