Bonjour,
voila j'ai un petit problème, j'ai fait un header composée de Trois images, sous Firefox Impecable sa marche soue IE par contre ...
Mon CSS:
Mon HTML:
Merci D'avance de votre aide
Modifié par warman (30 Nov 2008 - 14:50)
voila j'ai un petit problème, j'ai fait un header composée de Trois images, sous Firefox Impecable sa marche soue IE par contre ...
Mon CSS:
body{
background-color: #FFFFFF;
background-image: url(../images/background.png);
text-align:center;
}
#conteneur{
border: 1px #C0C0C0 solid;
background-color: #FFFFFF;
width: 90%;
margin-left: auto;
margin-right: auto;
}
#header{
width: 90%;
margin-top: 2%;
height: 160px;
margin-left:auto;
margin-right:auto;
}
#h_gauche{
float:left;
width:36px;
height: 160px;
background-image: url(../images/header/h_gauche.png);
}
#h_droite{
width:39px;
height: 160px;
float: right;
background-image: url(../images/header/h_droite.png);
background-repeat: no-repeat;
}
#h_contenu{
background-image: url(../images/header/h_contenu.png);
height: 160px;
background-repeat: repeat-x;
margin-right:39px;
margin-left:36px;
}
Mon HTML:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=windows-1250">
<link rel="stylesheet" href="styles/style.css" type="text/css">
</head>
<body>
<div id="header">
<div id="h_gauche"></div><div id="h_droite"></div>
<div id="h_contenu">
</div>
</div>
</body>
</html>
Merci D'avance de votre aide
Modifié par warman (30 Nov 2008 - 14:50)