Probleme de IFRAME dans tableau IE et Firefox
Bonjour tout le monde, alors voilà cela fait deux jours que je suis sur mon problème et je n'ai rien trouvé, je viens donc vous demander de l'aide.
les iframes se placent n'importe où sous IE et sur firefox, elles ne s'affichent pas toutes.
Voici mon code:
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>CANININFO</title>
</head>
<body bgcolor="#796449">
<table border="0" width="800px" cellspacing="0" cellpadding="0" align="center">
<tr>
<td rowspan="2"><iframe name="menu" src="struct/menu.php" width="200px" height="1000px" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" /></td>
<td><iframe name="marques" src="struct/marques.php" width="600px" height="300px" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" /></td>
</tr>
<tr>
<td><iframe name="nav" src="struct/accueil.php" width="600px" height="700px" frameborder="0" marginwidth="0" marginheight="0" scrolling="yes" /></td>
</tr>
</table>
</body>
</html> |
et mon lien test:
http://www.canininfo.com/temp/canininfo.com/test.php
Merci de votre aide
Solution:
Remplacer <iframe /> par <iframe></iframe>