28172 sujets
CSS et mise en forme, CSS3
Alors je faisais un simple test
Et bien je vous jure que chez moi la table fait bien 100% en largeur mais absolument pas en hauteur meme avec height="100%" chez vous oui?
<style>
body{background-image : url(fond.jpg); background-position : center top; background-color:#76261b; background-repeat:no-repeat; margin:0; padding:0;}
</style>
<body>
<table bgcolor="#006633" border="0" cellpadding="0" cellspacing="0" width="100%" height="100%" >
<tbody> <tr>
<td valign="top" >Test</td>
</tr> </tbody>
</table>
</body>
Et bien je vous jure que chez moi la table fait bien 100% en largeur mais absolument pas en hauteur meme avec height="100%" chez vous oui?
Le problème est donc [résolu] ?