Mobile app version of vmapp.org
Login or Join
Gloria169

: Check out this link http://blogs.x2line.com/al/articles/159.aspx Basically you need something along these lines a:link { color:red; } a:visited { color:green;

@Gloria169

Check out this link blogs.x2line.com/al/articles/159.aspx
Basically you need something along these lines

a:link { color:red; }
a:visited { color:green; }
a:hover { color:blue; }
a:active { color:orange; }


Notice that I didn't put purple in there. You can see each color in the life cycle of the click process.

ALSO

It is VERY important that you put them in the proper order. Link, Visited, Hover, Active

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Gloria169

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme