<div class="image"></div> <style type="text/css"> .image{ width: 200px; height: 200px; background: url('but_one.jpg'); } .image:hover{ background: url('but_two.jpg'); } </style>