Ver Mensaje Individual
  #3 (permalink)  
Antiguo 18/04/2006, 15:05
CID@Devs
 
Fecha de Ingreso: marzo-2006
Mensajes: 41
Antigüedad: 18 años
Puntos: 0
Exactamente señor, no se redibujan los bordes.
Y usted también utiliza:

#ae_art ul li (line 440)
{
display: block;
float: left; <------------ FLOAT!!!
text-align: center;
margin-left-value: 15px;
margin-left-ltr-source: physical;
margin-left-rtl-source: physical;
margin-top: 15px;
width: 90px;
}

Conoce alguna solución (sin quitar float claro está)?