Código HTML:
<html> <head> <style type="text/css"> .cinco a { font-family: Comic Sans MS, Comic Sans MS, sans-serif; font-size: 0px; text-decoration: none; color: #000000; background-image: url(http://dl.dropbox.com/u/33016972/icon2.png); background-repeat: no-repeat; background-position: center center; padding:35px; } .cinco a:hover { font-family: Arial Black, Comic Sans MS, sans-serif; font-size: 0px; text-decoration: none; color: #000000; background-image: url(http://dl.dropbox.com/u/33016972/icon1.png); padding:40px; } </style> </head> <body> <div class="cinco"> <a href="url">url</a> </div> </body> </html>