a:visited {background-color:#FFFF85;}
a:hover {background-color:#FF704D;}
a:active {background-color:#FF704D;}
All the links I have it affects to it by changing the color of the background and the mouse over too so as the hover I think this is a really good code to animated something and make it look more fancy.
This is the web site of my web site: http://students.gctaa.net/~cportugal/test2.html
One of the great things about using a technical journal is that it helps you become an active learner and to build your active vocabulary.
ReplyDeleteWhat are :visited, :hover, and :active called? (hint: You can find the answer in Chapter 3 of CSS: The Missing Manual).