10/07/2008, 15:31
|
| Colaborador | | Fecha de Ingreso: octubre-2006 Ubicación: K-pax
Mensajes: 7.228
Antigüedad: 18 años, 3 meses Puntos: 280 | |
Respuesta: Las dichosas 3 columnas Pruébalo así a ver si te sirve:
#col1 {
float: left;
width: 280px;
background-color: #7E119A;
}
#col2 {
float: left;
width: 390px;
background-color: #171716;
}
#col3 {
background-color: #7EB19A;
}
Mikel. |