Ciao a tutti, come si intuisce dal titolo sto cercando di ottenere questo risultato ma senza speranza:



qui il codice che ho scritto:

codice:
<div style="width:150px;">
<div class="xhtml-icon"></div>
<div class="css-icon"></div>
</div>
codice:
.xhtml-icon a		{width:70px;height:20px;background-image:url('../images/xhtml-icon.gif');background-repeat: no-repeat;background-position:top center;display:block;}
.xhtml-icon a:hover	{width:70px;height:20px;background-image:url('../images/xhtml-icon.gif');background-repeat: no-repeat;background-position:top center;}

.css-icon a
{width:70px;height:20px;background-image:url('../images/css-icon.gif');background-repeat: no-repeat;background-position:top center;display:block;}
.css-icon a:hover
{width:70px;height:20px;background-image:url('../images/css-icon.gif');background-repeat: no-repeat;background-position:top center;}
Dove sbaglio?