Ver Mensaje Individual
  #2 (permalink)  
Antiguo 30/11/2005, 12:47
Smithy
 
Fecha de Ingreso: septiembre-2005
Mensajes: 32
Antigüedad: 18 años, 7 meses
Puntos: 0
solo kiero saber porke funciona cuando pongo:
#columna_left {
width: 70%;
float:left;
}
#columna_right {
width: 29%;
margin: 0 0 0 auto;
}

y no cuando pongo

#columna_left {
width: 70%;
margin:0;
}
#columna_right {
width: 29%;
float: right;
}