Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

how can you add a basic visited link...


Guest

Recommended Posts

Posted

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

Posted

A:active {

color: #666666;

text-decoration: underline;

}

 

Put it after the

A:hover {

color: #ffffff;

text-decoration: underline;

}

 

in stylesheet.css

Posted

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!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...