Bonjour,
j'ai recommencé ma mise en page et le comportement entre IE et Firefox est beaucoup mieux. Mes trois colonnes semblent bien placé.
Je suis rendu à ajouté deux autres colonnes centrée en-dessous de mes 3 colonnes mais je n'y arrive pas.
Lien: http://www.uqtr.ca/fondation/fn_ca.php
Code CSS:
Merci de l'aide.
Modifié par Vero (06 Sep 2006 - 22:43)
j'ai recommencé ma mise en page et le comportement entre IE et Firefox est beaucoup mieux. Mes trois colonnes semblent bien placé.
Je suis rendu à ajouté deux autres colonnes centrée en-dessous de mes 3 colonnes mais je n'y arrive pas.
Lien: http://www.uqtr.ca/fondation/fn_ca.php
Code CSS:
#conteneur{
position: relative;
width: 740px;
background-color : white;
color : black;
margin-left: auto;
margin-right: auto;
}
#banniere{
background-image: url(images/i_graphiques/banniere.gif);
background-repeat: no-repeat;
width: 740px;
height: 131px;
margin: auto;
}
.ban_icone{
color: #FFFFFF;
text-align: right;
margin-right: 15px;
padding-top: 80px;
}
#corps{
clear: both;
background: #ffffff url(images/i_tuiles/f_600.jpg) no-repeat center center;
border-bottom: 1px solid #808080;
border-left: 1px solid #808080;
border-right: 1px solid #808080;
width: 738px;
<!--[if IE]>
<style type="text/css">div#cadre {height: 100%;}</style>
<![endif]-->
min-height: 560px;
}
#pied{
clear: both;
position: absolu;
bottom: 0;
width: 730px ;
height: 37px;
background-color: #0C4072 ;
padding-right: 10px ;
color: #3366ff;
font-size: 20px;
text-align: right;
}
div#bloc1,
div#bloc2,
div#bloc3{
background: transparent;
border: 2px dotted #960;
width: 200px;
height: 455px;
text-align: center;
}
div#bloc1 {
float: left;
margin-left: 20px;
}
div#bloc2 {
float: left;
margin-left: 20px;
}
div#bloc3 {
float: left;
margin-left: 20px;
}
div#bloc4,
div#bloc5{
clear: both;
background: transparent;
border: 2px dotted #960;
width: 200px;
height: 135px;
text-align: center;
margin-bottom: 12px;
}
div#bloc4{
float: left;
margin-left: 20px;
}
div#bloc5{
float: absolu;
margin-left: 240px;
}
Merci de l'aide.
Modifié par Vero (06 Sep 2006 - 22:43)