Guest Posted January 1, 2003 Posted January 1, 2003 Hi, how can you add a basic visited link so when your on say the My Account Page the link stays a set color. HTML minds gone blank. :oops: Thanks
burt Posted January 1, 2003 Posted January 1, 2003 A:active { color: #666666; text-decoration: underline; } Put it after the A:hover { color: #ffffff; text-decoration: underline; } in stylesheet.css
Guest Posted January 1, 2003 Posted January 1, 2003 Um! got TD.headerNavigation { font-family: Verdana, Geneva, Helvetica, Arial, sans-serif; font-size: 8px; background: #566f99; color: #bdbdbd; font-weight : bold; background: url(images/menu_tb.gif); } A.headerNavigation { color: #bdbdbd; } A.headerNavigation:hover { color: #e99518; } A.headerNavigation:active { color: #e99518; } doesn't work!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.