|
BeTheBall -> Stuck yet again (2/1/2005 10:37:22)
|
I am trying to change the color of a link. I currently have the following class in my stylesheet: .clFoldLinks {font-family:Arial, Verdana, Helvetica, Helv; font-size:12px; font-weight:bold; text-decoration:none; color:black;} I want to add a link color, so I tried just adding the following two lines to no avail: a.c1FoldLinks:link{color: yellow;} a.c1FoldLinks:visited{color: yellow;} Thoughts?
|
|
|
|