Guest Posted November 6, 2006 Share Posted November 6, 2006 Basically, I need two link colors I need Cream, and Aqua. Right now the site is set for all links to be cream, this is pretty much only for my left colum infobox/navigation. The rest of these links need to be aqua. I know I need to make a separate style for the new link color. But, Basically what I need to know is how to reference the new color for the links in the infoboxes, but not the rest of the site. Any help is appreciated. Link to comment Share on other sites More sharing options...
oschellas Posted November 6, 2006 Share Posted November 6, 2006 Add in your stylesheet: under following line: .boxText { ... } .boxText a {color: #00FF00; } .boxText a:hover {color: #00FF00 } //#00FF00 is green, put whatever color you want Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.