aunque ciertamente cometí un error en el código anterior, este no afecta al mostrar la imagen... acabo de probar el código y funciona perfectamente... le dejo el código tal cual lo he implementado.
mi error estuvo en text-indent:100px; debió de ser en negativo -> text-indent:-100px;
y el codigo que con el que acabo de probar fue:
Código HTML:
Ver original<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> <meta name="author" content="Ag666" /> .cinco a {
display:block;
width:35px;
height:35px;
text-indent:-100px;
text-decoration: none;
background: url(http://dl.dropbox.com/u/33016972/icon2.png) no-repeat center center;
}
.cinco a:hover {
width:40px;
height:40px;
background-image: url(http://dl.dropbox.com/u/33016972/icon1.png);
}