Partage
  • Partager sur Facebook
  • Partager sur Twitter

Problème tableau IE6/Firefox

Juste une ptite question

    4 novembre 2006 à 16:39:05

    Bonjour à tous les Zéros
    Voila j'ai un gros probléme. J'ai réaliser un site web ou sur tout mes pages j'inclus une bannière en haut et un menu a gauche.
    Voici un ptit exemple: http://benoitcmoi.free.fr/cadre.php
    Si je l'ouvre avec firefox, cela s'affiche comme je le veux mais ouvrez le avec IE et vous vérrez lz résultat.
    Que faire pour corriger ce problème?

    Voici mon code
    <!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>Document sans nom</title>
    </head>

    <body>
    <table width="900" border="1">
    <tr>
    <td colspan="2"><div align="center">haut de page haut</div></td>
    </tr>
    <tr>
    <td width="100" rowspan="3"><?php include("menu.php")?></td>
    <td height="61" valign="top">
    a<br />
    a<br />
    a</td>
    </tr>
    <tr>
    <td height="23" valign="top" align="center">liens</td>
    </tr>
    <tr>
    <td width="800" valign="top">
    Texte<br />
    Texte<br />
    Texte<br />
    Texte<br />
    Texte<br />
    Texte</td>
    </tr>
    </table>
    </body>
    </html>

    • Partager sur Facebook
    • Partager sur Twitter

    Problème tableau IE6/Firefox

    × Après avoir cliqué sur "Répondre" vous serez invité à vous connecter pour que votre message soit publié.
    × Attention, ce sujet est très ancien. Le déterrer n'est pas forcément approprié. Nous te conseillons de créer un nouveau sujet pour poser ta question.
    • Editeur
    • Markdown