16/08/2009, 09:38
|
| Colaborador | | Fecha de Ingreso: octubre-2006 Ubicación: K-pax
Mensajes: 7.228
Antigüedad: 18 años, 1 mes Puntos: 280 | |
Respuesta: Ajustar una columna O simplemente poniendo al div amarillo un margen izquierdo igual al tamaño del div rosa:
#divrosa {float:left;
width: 100px;
}
#divamarillo {float:left;
width:570px;
margin-left: 110px;
} |