Submit your widget

Text-link hover background animation(only css)

Created 13 years ago   Views 14372   downloads 2019    Author htmldrive
Text-link hover background animation(only css)
View DemoDownload
106
Share |

Very easy!

<style type="text/css">
.bg-animation:hover{
 background-image:url(hover-bg.gif);
}
</style>

<a href="#" class="bg-animation">Text link hover backgorund animation</a>