Design css difference entre firefox et explorer

Résolu
speedylol Messages postés 228 Date d'inscription mercredi 1 septembre 2004 Statut Membre Dernière intervention 27 novembre 2013 - 19 oct. 2006 à 01:09
cs_putch Messages postés 624 Date d'inscription mardi 6 mai 2003 Statut Membre Dernière intervention 14 décembre 2009 - 19 oct. 2006 à 11:44
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>

haut

gauche

hella

laaaaaa

bas

</html>

1 réponse

cs_putch Messages postés 624 Date d'inscription mardi 6 mai 2003 Statut Membre Dernière intervention 14 décembre 2009 1
19 oct. 2006 à 11:44
salut !

je te conseille de regarder sur ce site : AlsaCreations, tu y trouvera des gabaris de page en CSS. (le 5eme doit correspondre a ta structure)
3
Rejoignez-nous