tabela html tamanho automatico

alfinete

Power Member
Código:
.erro
{
    width:100% ;
    height:100% ;
}

.tabela_imagens
{
 width:100% ;
 height:100% ;
}


Código:
<body style ="width:100%">
  <table class="tabela_imagens">
        <tr>
            <td >
               <img id="teste" class="erro" src="imagem.jpg" alt="#" />
            </td>
        </tr>
    
    </table>
</body>
o tamanho real da imagem é width - 1920 , height -993.
eu quero por a table do tamanho maximo da janela do browser
 
Back
Topo