Código HTML:
<style type="text/css">
#Inicio{
height: 34px;
width: 96px;
text-indent: 10000px;
overflow: hidden;
background: url(Botones/prueba.gif) top left no-repeat;
display: block;
}
#Inicio:hover{
background: url(Botones/Atras_normal.png);
}
#Atras{
height: 34px;
width: 96px;
text-indent: 10000px;
overflow: hidden;
background: url(Botones/prueba.gif) top left no-repeat;
display: block;
}
#Atras:hover + #Inicio{
background: url(Botones/Inicio_normal.png);
}
</style>
Lo he puesto asi, la etiqueta inicio me cambia bien cuando me pongo encima de ella, pero cuando me pongo encima de Atras no hace nada. No se si abre cometido algun error, sino ya me diras.
Saludos