Ver Mensaje Individual
  #2 (permalink)  
Antiguo 21/02/2011, 14:56
Avatar de richicasas
richicasas
 
Fecha de Ingreso: abril-2007
Ubicación: Colombia
Mensajes: 692
Antigüedad: 17 años
Puntos: 13
Busqueda Respuesta: Como pasar esta tabla a divs

Código HTML:
Ver original
  1. <div id="contenedor">
  2.     <div id="imagen"></div>
  3.     <div id="texto"></div>
  4. </div>

Sabes de css??

Código CSS:
Ver original
  1. #contenedor{
  2.     width:300px;
  3.     height:100px;
  4. }
  5.  
  6. #contenedor #imagen{
  7.     width:50px;
  8.     float:left;
  9. }
  10.  
  11. #contenedor #texto{
  12.     width:250px;
  13.     float:left;
  14. }
__________________
Juguetes Sexuales