<html><head> <style type="text/css"> .image{ width: 50px; height: 50px; display: block; background-image: url("https://fbcdn-profile-a.akamaihd.net/hprofile-ak-snc6/195772_403472119708181_286087348_q.jpg"); background-repeat: no-repeat; background-position: center top; } .image:hover{ background-image: url("https://fbcdn-profile-a.akamaihd.net/hprofile-ak-prn1/174824_221869334596270_841496125_q.jpg"); } </style></head><body> <div class="image"></div> </body>