Ver Mensaje Individual
  #6 (permalink)  
Antiguo 26/06/2007, 13:48
Avatar de saymon
saymon
 
Fecha de Ingreso: septiembre-2003
Ubicación: Panama
Mensajes: 318
Antigüedad: 20 años, 7 meses
Puntos: 0
Re: Transformar una tabla de 3 celdas a Div usando css

Hey dudes, just to finish this trade...

I got it, how to do it, yes, its possible with divs, its just this code for future guys...

.div_celda {width:250px; height:100px; float:left; border:thin solid #CCCCCC}


<div class="div_celda">fghjhgjhgjhgjhg</div>
<div class="div_celda">fghjghjhgjhgjhgj</div>
<div class="div_celda">gjhgjhgj<br />hgjhgjhg</div>

<div class="div_celda">fdsfghjhjjjhgjhgj<br />hgjhg</div>
<div class="div_celda">fdsf</div>
<div class="div_celda">fdsf</div>