Salut!
Bon voila donc je compte faire pour mon design une version Mozilla firefox et tout le reste et une autre version pour Internet explorer donc avec mozilla firefox tout va bien mais avec internet explorer voila mon probleme
---->
http://rapidshare.de/files/24002383/BUGIE.jpg.html
Comme vous pouvez le voir j´ai un probleme avec le logo qui laisse une barre blanche en haut
voila mon code :
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" >
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="Content-Language" content="fr" />
<title></title>
<style type="text/css">
body
{
width: 1000px;
height: 700px;
background-image: url("newdesign.jpg");
backgroundrepeat: no-repeat;
text-color: white;
}
/* L´en-tête */
- en_tete
{
width: 629px;
height: 217px;
background-image: url("logo.jpg");
background-repeat: no-repeat;
margin-left: 212px;
margin-top: -8px;
}
.frame
{
margin: 0px;
margin-left: 56px;
}
- pied_de_page
{
margin-left: 30px;
width: 676px;
height: 98px;
background-image: url("copyright.jpg");
background-repeat: no-repeat;
}
.bas
{
margin-left: 207px;
margin-top: -5px;
width: 640px;
height: 40px;
}
a:hover
{
color: black;
}
</style>
<title>Accueil</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
</head>
<body background="black">
<div id="en_tete">
</div>
<div class="frame">
<center>
<iframe src="frame.html" name="zone1" height="430" width="629" frameborder="0"> </iframe>
</center>
</div>
<div class="bas">
<a href="index.html"><img src="news.jpg" border=0/></a><a href="bio.html"><img src="bio.jpg" border=0/></a><a href="discographie.html"><img src="disco.jpg" border=0/></a><a href="membres.html"><img src="membres.jpg" border=0/></a><a href="photos.html"><img src="photos.jpg" border=0/></a><a href="contact.html"><img src="contact.jpg" border=0/>
</div>
</body>
</html>
Voila svp aidez moi!!!