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/
<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