Links disappear on hover
by GJSenthil[ Edit ] 2007-05-26 11:03:19
Hi,
We may come across many times where we use the text link to other external pages... Lets have different one where the text link disappears on mouseover.
Just add the below code inside HEAD section. Change the color:#FFFFFF; to adjust the colour to match your background
<style type="text/css">
a:hover { color: #FFFFFF;
</style>
When user hovers the link get disappear..
G...J...