Thursday 19 December 2013

hover styling in inline css

IN CSS a:hover style in inline

<a href="#" style="background-color:white;"

onMouseOver="this.style.backgroundColor='#999999'"
onMouseOut="this.style.backgroundColor='#ffffff'">
YOUR BLOCK YOUR BLOCK YOUR BLOCK 
</a>

Jsfiddle link

http://jsfiddle.net/fsx3L/

No comments:

Post a Comment