Simple button hover css

<!-- HTML --> <a class="button"> Click Here </a> /* CSS */ .button{ width:120px; height:30px; background: url(img/button.jpg) no-repeat left top ; margin: 10px 0px ; } .button:hover{ background-position: left bottom ;}

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.