article

Tuesday, June 15, 2010

CSS Image hover link

CSS Image hover link












<style>
.rightColGetStarted a{background:url(homepage.png) no-repeat 0 -30px;height:48px;width:203px;display:block;position:relative;top:15px;left:12px;line-height:48px;text-align:center;color:white;font-size:17px;font-weight:bold;text-decoration:none;}
.rightColGetStarted a:hover{background-position:0 -78px;color:white;text-decoration:none;}
</style>




Demo

http://creativedesign-mind.com/r-ednalan/demo/css_image_hover_link.html

Download

http://dl.dropbox.com/u/3293191/CSS/css_image_hover_link.zip

Related Post