Voila je suis entrain de faire la structure d'un site web et j'ai quelque problème.
Mon site est couper à la fin comme vous pouvez le voir sur cette image
Pour expliquer simplement j'ai une page nommé corp.html voici son code
<html>
<head>
<title> corp </title>
</head>
<body bgcolor=red>
<table height=100% width=90% align=center cellspacing="0" border=0>
<tr>
<td width=10% bgcolor="white" valign=top border=0>
<iframe src="menu.html" width=100% frameborder="0">
</iframe>
</td>
<td width=79% bgcolor="white" border=0>
<iframe src="accueil_geo.html" width=100% height=100% scrolling="no" frameborder="0">
</iframe>
</td>
</tr>
</table>
</body>
</html>
J'ai mis un scrolling="no", pour ne pas avoir 2 barres de scroll. Le problème est que quand la page est trop grand elle est coupé et je travail en % pour que le site s'adapte à toutes les résolutions.
Donc je voulais savoir comment faire pour que ma page ne soit pas couper comme cela ?
Merci
@+++Tard