Wednesday, April 13, 2011

Got it Working !

Well today finally I got the affect working which is the mouse over affect and the hover, and there is also another affect which is ones you put the mouse over the text the background of the text changes color this is the code I used:

a:link {background-color:#B2FF99;}    
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

1 comment:

  1. 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.

    What are :visited, :hover, and :active called? (hint: You can find the answer in Chapter 3 of CSS: The Missing Manual).

    ReplyDelete