Hover Effect !!!!!!!!!!!!!!
its make ur text or image very impressive..
So Today We will know how to do this using CSS ( Cascading Style Sheet )
1. CSS CODE
<style type="text/css">
a:visited {color:COLOR; text-decoration: none;}
a:link {color:COLOR; text-decoration: none;}
a:active {color: COLOR; text-decoration: underline;}
a:hover {cursor: crosshair; color: BLUE; text-decoration: underline;}
</style>
a:visited {color:COLOR; text-decoration: none;}
a:link {color:COLOR; text-decoration: none;}
a:active {color: COLOR; text-decoration: underline;}
a:hover {cursor: crosshair; color: BLUE; text-decoration: underline;}
</style>
DEMO OF ABOVE CODE
GO MOUSE POINTER ON WOP N SEE EFFECT
0 comments:
Post a Comment