Bonjour,
Mon div header n'apparait pas sous IE [edit : IE 6.0 PC] et j'ai beau bidouiller, je ne comprends pas pourquoi...
Une idée ?
Modifié par piloue (09 Mar 2005 - 10:25)
Mon div header n'apparait pas sous IE [edit : IE 6.0 PC] et j'ai beau bidouiller, je ne comprends pas pourquoi...
Une idée ?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Test</title>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
<meta name="Description" content="" />
<meta name="keywords" content="" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style type="text/css">
<!--
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 0.9em;
margin: 0px;
padding: 0px;
background-color: #FFF;
}
#conteneur {
position: absolute;
left: 50%;
margin-left: -384px;
width: 768px;
background-repeat:repeat-y;
background-position: 0px 10px;
}
#logo {
margin: 0px;
padding: 0px;
height: 100px;
background-color: #83735A;
}
#centre {
width: 455px;
float: left;
padding-right: 0;
padding-bottom: 5px;
padding-left: 0px;
padding-top: 30px;
}
#gauche {
width: 167px;
font-size: 0.85em;
float: left;
margin: 0px;
padding-top: 0;
background-image: url(../WebMediaFR/gauche.gif);
background-repeat: repeat-y;
height: 474px;
background-color: #990000;
}
#droite {
width: 140px;
font-size: 0.85em;
float: left;
margin-left: 5px;
height: 386px;
background-image:url(../WebMediaFR/droite.gif);
background-position: 0px 30px;
background-repeat: no-repeat;
background-color: #CCCCCC;
}
#header {
width: 503px;
background-image: url(../WebMediaFR/header.gif);
height: 42px;
position: absolute;
left: 197px;
top: 81px;
background-color: #FF0000;
}
-->
</style>
</head>
<body>
<div id="conteneur">
<div id="logo">
</div>
<div id="gauche">
</div>
<div id="header">
</div>
<div id="centre">
</div>
<div id="droite">
</div>
</div>
</body>
</html>
Modifié par piloue (09 Mar 2005 - 10:25)