Probleme de compatibilité dreamweaver cs6 - Internet explorer

Fermé
neo7 - 18 avril 2013 à 13:08
 neo7 - 18 avril 2013 à 15:17
Bonjour,

Je suis débutant en langage html, j'ai conçu un site web avec dreamweaver qui s'affiche parfaitement sur firefox mais avec des décalages onglets sur internet explorer.
Quelqu'un aurait-il une solution SVP?
Voici le script.
Merci pour vos réponses


<html>
<head>
<title>Page Accueil</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<script src="../SpryAssets/SpryEffects.js" type="text/javascript"></script>
<script type="text/javascript">
function MM_effectHighlight(targetElement, duration, startColor, endColor, restoreColor, toggle)
{
Spry.Effect.DoHighlight(targetElement, {duration: duration, from: startColor, to: endColor, restoreColor: restoreColor, toggle: toggle});
}
</script>
</head>
<body bgcolor="#FFFFFF" background="../Background.jpg" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<div align="center"><!-- Save for Web Slices (Page Accueil.psd) -->
<table id="Tableau_01" width="901" height="1500" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="3">
<img src="../images/Page-Accueil_01.jpg" width="900" height="295" alt=""></td>
<td>
<img src="../images/spacer.gif" width="1" height="295" alt=""></td>
</tr>
<tr>
<td rowspan="2"><a href="maintenance-logicielle.html"><img src="../images/Page-Accueil_02.jpg" alt="" width="267" height="68" onClick="MM_effectHighlight(this, 1000, '#ffffff', '#ff0000', '#ffffff', false)"></a></td>
<td><a href="assemblage-vente.html"><img src="../images/Page-Accueil_03.jpg" alt="" width="401" height="45" onClick="MM_effectHighlight(this, 1000, '#ffffff', '#ff0000', '#ffffff', false)"></a></td>
<td rowspan="2"><a href="photos.html"><img src="../images/Page-Accueil_04.jpg" alt="" width="232" height="68" onClick="MM_effectHighlight(this, 1000, '#ffffff', '#ff0000', '#ffffff', false)"></a></td>
<td>
<img src="../images/spacer.gif" width="1" height="45" alt=""></td>
</tr>
<tr>
<td rowspan="2"><a href="restauration-sauvegarde-donnees.html"><img src="../images/Page-Accueil_05.jpg" alt="" width="401" height="45" onClick="MM_effectHighlight(this, 1000, '#ffffff', '#ff0000', '#ffffff', false)"></a></td>
<td>
<img src="../images/spacer.gif" width="1" height="23" alt=""></td>
</tr>
<tr>
<td rowspan="2"><a href="maintenance-physique.html"><img src="../images/Page-Accueil_06.jpg" alt="" width="267" height="67" onClick="MM_effectHighlight(this, 1000, '#ffffff', '#ff0000', '#ffffff', false)"></a></td>
<td rowspan="2"><a href="contact.html"><img src="../images/Page-Accueil_07.jpg" alt="" width="232" height="67" onClick="MM_effectHighlight(this, 1000, '#ffffff', '#ff0000', '#ffffff', false)"></a></td>
<td>
<img src="../images/spacer.gif" width="1" height="22" alt=""></td>
</tr>
<tr>
<td><a href="formation.html"><img src="../images/Page-Accueil_08.jpg" alt="" width="401" height="45" onClick="MM_effectHighlight(this, 1000, '#ffffff', '#ff0000', '#ffffff', false)"></a></td>
<td>
<img src="../images/spacer.gif" width="1" height="45" alt=""></td>
</tr>
<tr>
<td colspan="3">
<img src="../images/Page-Accueil_09.jpg" width="900" height="1070" alt=""></td>
<td>
<img src="../images/spacer.gif" width="1" height="1070" alt=""></td>
</tr>
</table>
<!-- End Save for Web Slices -->
</div>
</body>
</html>
A voir également:

2 réponses

astuces72 Messages postés 7763 Date d'inscription vendredi 15 janvier 2010 Statut Membre Dernière intervention 18 janvier 2025 1 639
18 avril 2013 à 14:21
slt

recommence ton site mais avec du css.
les tableaux ne sont plus utilisés depuis longtemps, surtout pour faire un thème complet.
0
Je te remercie astuces 72 mais comment creer ou convertir en css?
Y a t il des tutos pour du css sur dreamweaver cs6?
0