bonjour voici mon probléme le design que j ai fait n'est pas le mm sous firefox que sur explorer la bas remonte sous firefox etil est plus large et la largeur dépasse la colonne de gauche. voic mon code
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<style TYPE="text/css">
BODY {
scrollbar-3dlight-color: #FFFFFF;
scrollbar-arrow-color: #D3E6FF;
scrollbar-base-color: #3D58A5;
scrollbar-face-color: #395294;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #FFFFFF;
}
#haut {
position: absolute;
background-image: url(images/fond_header.gif);
width: 800px;
height:96px;
padding: 0px;
left: 8px;
top:15px;
}
#gauche {
position: absolute;
background-image: url(images/gauche.gif);
width: 150px;
height: 400px;
border:3px solid #000;
left: 8px;
top: 110px;
}
#frame {
position: absolute;
background-image: url(images/droit.gif);
width: 150px;
height: 400px;
overflow: auto; /* cette propriété va permettre le scroll de ce bloc */
border:3px solid #000;
left: 658px;
top: 110px;
}
#center {
position: absolute;
background-image: url(images/GIRL11.GIF);
width: 500px;
height:400px;
overflow: auto; /* cette propriété va permettre le scroll de ce bloc */
padding: 0px;
left: 158px;
top: 110px;
}
#bas {
position: absolute;
background-image: url(images/bas.gif);
width: 800px;
height:25px;
padding: 0px;
left: 8px;
top:510px;
}
//--></style>
</head>
<body>
<div id="haut">haut</div>
<div id="gauche">gauche</div>
<div id="center"> hella</div>
<div id="frame"> laaaaaa</div>
<div id="bas">bas</div>
</body>
</html>