Ver Mensaje Individual
  #14 (permalink)  
Antiguo 21/08/2010, 21:25
Avatar de sychowaves
sychowaves
 
Fecha de Ingreso: junio-2010
Ubicación: Caracas - Venezuela
Mensajes: 21
Antigüedad: 13 años, 10 meses
Puntos: 0
Respuesta: Dando el formato de tabla con div

Pues piyen este codigo
Código HTML:
Ver original
  1. <div style = "display: table; width: 500px;">
  2.     <div style = "float: left; width: 104px;">
  3.         <div style = "float: left; height: 100px; width: 102px;"></div>
  4.         <div style = "float: left; height: 143px; width: 102px;"></div>
  5.     </div>
  6.     <div style = "float: left; height: 250px; width: 100px;"></div>
  7.     <div style = "float: left; height: 150px; width: 100px;"></div>
  8.     <div style = "float: right; height: 50px; width: 175px;"></div>
  9.     <div style = "float: right; height: 194px; width: 80px;"></div>
  10.     <div style = "float: right; height: 194px; width: 87px;"></div>
  11.     <div style = "float: right; height: 93px; width: 100px;"></div>
  12. </div>

Esta de locos... exito jejeejej