![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
14/05/2011, 08:52
|
![Avatar de TEPO](http://static.forosdelweb.com/customavatars/avatar341142_1.gif) | | | Fecha de Ingreso: febrero-2010
Mensajes: 235
Antigüedad: 15 años Puntos: 23 | |
Respuesta: problema con links Lo que tenes que hacer es agregar la propiedad display:inline-block; en las siguientes lineas de tu codigo:
a #fotos, a:visited #fotos {
display:block;
background:url(images/fotosOff.jpg) left top no-repeat;
color:#000;
height:20px;
color:#999; display:inline-block;
}
a #videos, a:visited #videos {
display:block;
background:url(images/videosOff.jpg) right top no-repeat;
color:#000;
height:20px;
color:#999; display:inline-block;
}
Asi te va a funcionar.
Saludos. |