[HTML] Problème entre IE et FireFox
Bonjour,
Je suis dans l'élaboration du site de mon nouveau programme (dont je viens de sortir une beta1). Maintenant que j'ai fait le design général, je fait le site, quelque chose de simple et efficace (ce que je veut) soit en image:
http://franck.hecht.free.fr/images/cfg/cfg-site-001.jpg
J'ai fait l'index du site (pas encore complètement fini):
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link href="style.css" rel="stylesheet" type="text/css">
<title>C File Gen</title>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
<meta name="author" content="HECHT Franck">
<meta name="copyright" content="Hecht Franck (C) 2008 - Tous Droits Réservés">
<meta name="content-language" content="fr">
<meta name="description" content="Site officiel de C File Gen, générateur de templates pour le langage C">
<meta name="keywords" content="c, file, gen, generator, générateur, fichier, langage, template, gabarit">
</head>
<body>
<table align="center" width="800px" cellpadding="0" cellspacing="0">
<tr>
<td colspan="7" rowspan="1"><img style="width: 800px; height: 169px;" alt="header" src="images/header.png" /></td>
</tr>
<tr background="images/menu-bkgd.png" width="800px">
<td background="images/left.png" style="width: 25px;">
<td><a href="index.php?corps=accueil"><img style="width: 114px; height: 32px; border: 0;" alt="accueil" src="images/btn-accueil.png" /></a></td>
<td><a href="index.php?corps=news"><img style="width: 98px; height: 32px; border: 0;" alt="news" src="images/btn-news.png" /></a></td>
<td><a href="index.php?corps=forum"><img style="width: 107px; height: 32px; border: 0;" alt="forum" src="images/btn-forum.png" /></a></td>
<td><a href="index.php?corps=telechargement"><img style="width: 193px; height: 32px; border: 0;" alt="telechargement" src="images/btn-telechargement.png" /></a></td>
<td><a href="index.php?corps=documentation"><img style="width: 186px; height: 32px; border: 0;" alt="documentation" src="images/btn-documentation.png" /></a></td>
<td background="images/right.png" style="width: 25px;">
</tr>
</table>
<table align="center" width="800px" height="100%" cellpadding="0" cellspacing="0">
<tr>
<td background="images/left.png" width="25px">
<td class="page_content">
<!-- CONTENT -->
</td>
<td background="images/right.png" width="25px">
</tr>
</table>
<!-- <table align="center" width="800px" cellpadding="0" cellspacing="0">
<tr>
<td></td>
</tr>
</table>-->
</body>
</html> |
Voici le lien de test du site: http://franckh.developpez.com/cfg/
Vous pourrez remarquer en testant sur 2 web browser que l'affichage n'est pas le même, sous FireFox c'est ok mais pas IE par exemple ! Bien sûr, je ne suis pas du tout un pro du développement web et là encore je fait dans l'ultra simple... j'espère qu'il y a assez d'info ;)
:merci: pour votre coup d'main :king: