link label color

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

Is it possible change the default color of a link label and basically
override the client side settings? I need another color on my site for the
links other than Blue (unvisited) and Purple (visited)?

Thanks
 
Yes. CSS supports the following:

a:link
Defines the style for normal unvisited links.

a:visited
Defines the style for visited links.

a:active
Defines the style for active links.
A link becomes active once you click on it.

a:hover
Defines the style for hovered links.
A link is hovered when the mouse moves over it.

Eliyahu
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top