Ver Mensaje Individual
  #3 (permalink)  
Antiguo 06/11/2008, 19:50
negr05
 
Fecha de Ingreso: octubre-2008
Mensajes: 11
Antigüedad: 15 años, 6 meses
Puntos: 0
Respuesta: a:active no me anda en todo el div

Gracias por la respuesta kseso,pero no me anda, hace lo mismo.
te paso un poco del codigo capas que ahi tengo algo mal...

<style>
#b{
background-image:url(ba.jpg);
width:105px;
height:30px;
float:left;
}
#b:hover{
text-decoration:none;
background-image:url(bah.jpg);
color:#333;
}

a:active{
background-image:url(bah.jpg);
width:105px;
height:30px;
}
</style>
<body>
//Ahora yo hago esto
<div align="center" id="b"><a href="#">Fotos</div></a>//hace lo mismo
//Probe asi tambien y nada...
<a href="#"><div align="center" id="b">Fotos</div></a>...