Ver Mensaje Individual
  #2 (permalink)  
Antiguo 05/03/2008, 15:21
Avatar de ArturoGallegos
ArturoGallegos
Moderador
 
Fecha de Ingreso: febrero-2008
Ubicación: Morelia, México
Mensajes: 6.774
Antigüedad: 16 años, 1 mes
Puntos: 1146
Re: Font Family & Ancho

aplica a tus 3 div el atributo float

ejem


<div style="width:600px">
<div style=" width:147px; float:left; border: 1px dotted #000099"></div>
<div style=" width:300px; border: 1px dotted #000099; float:left;"></div>
<div style=" width:147px;float:right ;border: 1px dotted #000099"></div>
</div>