probabilmente dipende da Hieght100% se non erro deprecato quindi:


Codice PHP:
<style type="text/css">
<!--
.
tab1 {
    
width:100%;
    
height:500px;
    
border5px solid #999999;
}
.
tab2 {
    
width:80%;
    
height:20px;
    
border5px solid #999999;
    
background-color:#99FF99;
}
-->
</
style>
</
head>
<
body>
<
table class="tab1">
<
tr>
<
td align="center">
<
table class="tab2">
<
tr>
<
td align="center">PROVA DELLA CENTRATURA CON RIQUADRO</td>
</
tr>
</
table>
</
td>
</
tr>
</
table

ciaux