Would you like to make this site your homepage? It's fast and easy...
Yes, Please make this my home page!
Link Change Color
I have seen a lot of peoples' homepage, most of them have already know how to create this type of trick. I put this trick to my webpage because I knew that some people haven't know it yet especially for beginner. This work both in IE and Netscape. Here's the example:
I can change color.
and this is also have two ways in creating this. This is the first source:
<A href="home.html"><Font color="#84cbf4" onmouseover="this.style.color='pink'"
onmouseout="this.style.color='#84cbf4'">I can change color</font></a>
and this is the second source (this will effect every link in the document)
<STYLE> a:hover {color:pink;}</STYLE>