bonjour; après avoir finalisé mon css je me suis rendu compte que mon site ne marche pas du tout sur internet explorer grand problème vu qu'il a pour bute de faire connaitre l'entreprise de mon frère il faut qu'il puisse être vu par tous le monde et sous la plupart des navigateurs,
sur ie tous est décalé est grand problème on pe pas descendre la page mon site est héberger par lycos et j'ai simplement changer le nom de domaine.
ie version 7.
j' ai besoin de vous merci d'avance .
je vous met mon code htmL et le css en dessous adresse du site :
https://www.venez.fr/error.fr.html?id=1&uri=http%3A%2F%2Ftoros62.jesuisopen.fr%2F
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" >
<head>
<title>ANDRIEUX ELECTRICITE !</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" media="screen" type="text/css" title="Designe" href="designe.css" />
</head>
<body>
<div id="en_tete">
<p><strong>EN CONSTRUCTION site optimisé pour firefox</strong></p>
</div>
<div id="topad">
<div id="icone"> </div>
</div>
<div id="menu">
<div class="element_menu">
<h3>Les services proposées</h3>
<ul>
<li><a href="électricité_générale">Electricite générale</a></li>
<br />
<li><a href="alarme.html">Alarme</a></li>
<br />
<li><a href="video.html">Vidéo surveillance</a></li>
<br />
<li><a href="dépannage.html">Dépannage générale, électroménager</a></li>
<br />
<li><a href="automatisme">Automatisme</a></li>
</ul>
</div>
</div>
<div id="corps">
<h2>Coordonnée de l'entreprise</h2>
<p>
<h4>Adresse:</h4>
214 rue de Calais
62370 Saint-Folquin
<h4>N°Tél:</h4> 06-32-99-13-04
<h4>Adresse email:</h4>
<a href="mailto:Andrieux-jerome@orange.fr">Andrieux-jerome@orange.fr</a></p>
<br />
<br />
<h2>zone couverte par l'entreprise</h2>
<br />
<img src="carte.jpg" alt="carte" id="carte" />
</div>
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<div id="pied_de_page">
<p>Copyright ToRos 2009, tous droits réservés</p>
</div>
</body>
</html> <textarea style="display :none">
ET LE CSS
body
{
width: 760px;
margin: auto;
margin-top: 20px;
margin-bottom: 20px;
background-image: url(imagefond.gif);
}
#en_tete
{
width: 760px;
height: 100px;
background-image: url("banniere.jpeg");
background-repeat: no-repeat;
margin-bottom: 10px;
margin-top: -20px;
}
#topad
{
position: relative;
}
#icone
{
width: 260px;
height: 177px;
background-image: url("electricite.png");
position: absolute;
right: -10%;
top: 10px;
background-repeat: no-repeat;
}
#menu
{
float: left;
width: 160px;
}
.element_menu
{
background-color: #626262;
background-image: url("menu.gif");
background-repeat: repeat-x;
border: 2px solid black;
margin-bottom: 20px;
}
.element_menu h3
{
color: #B3B3B3;
text-align: center;
font-family: "Comic Sans MS", Arial, serif;
}
.element_menu a
{
color: blue;
}
.element_menu ul
{
list-style-image: url("menusims.gif");
padding: 0px;
padding-left: 20px;
margin: 0px;
margin-bottom: 5px;
}
.element_menu a:hover
{
background-color: #B3B3B3;
color: black;
}
#corps
{
margin-left: 180px;
margin-bottom: 20px;
padding: 5px;
color: #B3B3B3;
background-color: #626262;
background-image: url("menu.gif");
background-repeat: repeat-x;
border: 2px solid black;
text-align: center;
}
#corps h1
{
color: #b3b3b3;
text-align: center;
font-family: "Comic Sans MS", Arial, serif;
}
#corps h2
{
height:40px;
font-family: "Comic Sans MS", Arial, serif;
color: #b3b3b3;
text-align: left;
padding-left: 30px;
}
#corps h4
{
font-family: "Comic Sans MS", Arial, serif;
color: #b3b3b3;
height: 5px
}
#pied_de_page
{
text-align:center;
}
Afficher la suite