link label color

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
 
E

Eliyahu Goldin

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

Members online

Forum statistics

Threads
473,764
Messages
2,569,564
Members
45,039
Latest member
CasimiraVa

Latest Threads

Top