Ver Mensaje Individual
  #1 (permalink)  
Antiguo 21/10/2014, 04:42
dinoandy0072
 
Fecha de Ingreso: septiembre-2014
Mensajes: 7
Antigüedad: 9 años, 7 meses
Puntos: 0
Busqueda Pasar de table a div display:table*

Nose si sea posible de lograr; ya que he buscado mucho tiempo y aún no soluciono esto. Por favor ayuda.

Deseo pasar el table a div; porque he leído que no se debe usar table para "maquetar" las páginas; sino los divs, pero no logro el rowspan con los div.

No solo busco la solución para este código, también una breve explicación si no se les hace mucha molestia; para que no sea el único en aprender .

Código HTML:
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html>
<html>
  <head>
    <title>
      ¡Bienvenidos a Nice Roms!
    </title>
    <link href='https://dl.dropbox.com/s/lvy7350unsv32hv/stylesheet.css' rel='stylesheet' type='text/css'/>
  </head>
  <body>
      <div id='encabezado'>
        <table>
          <tr>
            <td rowspan='3'><img class='img-logo'/></td>
            <td class='cell cell-fecha'>Fecha</td>
          </tr>
          <tr>
            <td class='cell cell-top'>Top</td>
          </tr>
          <tr>
            <td class='cell cell-rep'>Rep</td>
          </tr>
        </table>
      </div>
      <div id='contenido'>
        2
      </div>
      <div id='pie_de_pag'>
        3
      </div>
    </body>
  </html> 
Si necesitan algún otro recurso me avisan: