Ver Mensaje Individual
  #13 (permalink)  
Antiguo 24/04/2006, 17:46
intropedro
 
Fecha de Ingreso: abril-2006
Mensajes: 15
Antigüedad: 18 años
Puntos: 0
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