Links disappear on hover - CSS Send mail vote down 0 vote down 0 Views : 1523
Tagged in : CSS
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...

By - GJSenthil, On - 2007-05-26




    Login to add Comments .