Ver Mensaje Individual
  #2 (permalink)  
Antiguo 10/07/2008, 15:31
Avatar de Mikmoro
Mikmoro
Colaborador
 
Fecha de Ingreso: octubre-2006
Ubicación: K-pax
Mensajes: 7.228
Antigüedad: 17 años, 6 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.