Ver Mensaje Individual
  #3 (permalink)  
Antiguo 13/11/2008, 10:16
Avatar de sublime_style
sublime_style
 
Fecha de Ingreso: junio-2008
Mensajes: 69
Antigüedad: 15 años, 10 meses
Puntos: 1
Respuesta: sobre divs flotantes y/o posiciones absolutas

Proba poniendole (agregandole) a los 3 bloques
Código:
display:inline;
y yo le pondria a los 3
Código:
float:left;
Código:
#bloque1{/*menu auxiliar*/
display:inline;
width:170px;
float: left;
}

#bloque2{ /*capsulas angostas*/
display:inline;
width:170px;
float:left;
}

#bloque3{/*destacado y noticias*/
display:inline;
float: left;
width:380px;
}