Bonjour, j'ai un petit soucis avec un site que je fais
La page d'accueil s'affiche correctement sous Firefox mais donne n'importe quoi sous IE
Pourriez vous, s'il vous plait, m'indiquer ce qui cloche?
Merci
Voici le code :
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<meta name="description" content="XXXXXXXXXXXXXXXXX">
<meta name="keywords" content="XXXXXXXXXXXXXXXXXX">
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"><title>Ma page</title>
<style type="text/css">
body {
text-align:center;
background-color:#0099FF;
}
a{
text-decoration:none;
}
.conteneur_principal {
margin-top:0%;
background-color:#0099FF;
margin-right:auto;
margin-left:auto;
width:800px;
height:600px;
}
.info {
z-index:6;
position:absolute;
margin-top:10px;
margin-left:50px;
width:150px;
height:100px;
}
.sites {
z-index:5;
position:absolute;
margin-top:120px;
margin-left:50px;
width:150px;
height:100px;
}
.flyers {
z-index:4;
position:absolute;
padding-top:230px;
padding-left:50px;
width:150px;
height:100px;
}
.convert {
z-index:3;
position:absolute;
padding-top:340px;
padding-left:50px;
width:150px;
height:100px;
}
.center {
z-index:2;
position:absolute;
margin-top:20px;
margin-left:210px;
width:500px;
height:400px;
}
.contact {
z-index:1;
position:absolute;
padding-top:460px;
padding-left:210px;
width:500px;
height:100px;
}
</style>
</head>
<body>
<div class="conteneur_principal">
<div class="info"><object classid="clsid:166B1BCA-3F9C-11CF-8075-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=8,5,0,0" width="32" height="32">
<param name="src" value="flash/info.swf">
<embed src="flash/info.swf" pluginspage="http://www.macromedia.com/shockwave/download/" width="150" height="100"></embed></object>
</div>
<div class="sites"><object classid="clsid:166B1BCA-3F9C-11CF-8075-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=8,5,0,0" width="32" height="32">
<param name="src" value="flash/site.swf">
<embed src="flash/site.swf" pluginspage="http://www.macromedia.com/shockwave/download/" width="150" height="100"></embed></object>
</div>
<div class="flyers"><object classid="clsid:166B1BCA-3F9C-11CF-8075-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=8,5,0,0" width="32" height="32">
<param name="src" value="flash/pub.swf">
<embed src="flash/pub.swf" pluginspage="http://www.macromedia.com/shockwave/download/" width="150" height="100"></embed></object>
</div>
<div class="convert"><object classid="clsid:166B1BCA-3F9C-11CF-8075-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=8,5,0,0" width="32" height="32">
<param name="src" value="flash/conv.swf">
<embed src="flash/conv.swf" pluginspage="http://www.macromedia.com/shockwave/download/" width="150" height="100"></embed></object>
</div>
<div class="center">
<object classid="clsid:166B1BCA-3F9C-11CF-8075-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=8,5,0,0" width="500" height="400">
<param name="src" value="flash/center.swf">
<embed src="flash/center.swf" pluginspage="http://www.macromedia.com/shockwave/download/" width="500" height="400"></embed></object>
<object classid="clsid:166B1BCA-3F9C-11CF-8075-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=8,5,0,0" width="130" height="30">
<param name="src" value="flash/bouton.swf">
<embed src="flash/bouton.swf" pluginspage="http://www.macromedia.com/shockwave/download/" width="130" height="30"></embed></object>
</div>
<div class="contact"><object classid="clsid:166B1BCA-3F9C-11CF-8075-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=8,5,0,0" width="32" height="32">
<param name="src" value="flash/contact.swf">
<embed src="flash/contact.swf" pluginspage="http://www.macromedia.com/shockwave/download/" width="500" height="100"></embed></object>
</div>
</div>
</body></html>

