Bonjour
J'ai un souci avec IE6. La colonne de droite est renvoyée tout en bas de la colone centrale.
Je m'en suis rendue compte en consultant mon site depuis un autre PC.
Voici mon CSS :
L'url de mon site : http://www.annees-ffa.com
Comment résoudre ce problème ?
Merci aux experts CSS pour votre disponibilité permanente !
Modifié par lcastou (18 Mar 2008 - 00:02)
J'ai un souci avec IE6. La colonne de droite est renvoyée tout en bas de la colone centrale.
Je m'en suis rendue compte en consultant mon site depuis un autre PC.
Voici mon CSS :
#global {
position:relative;
margin-left: auto;
margin-right: auto;
width: 950px;
}
#topsection{
height:235px; /*Height of top section*/
background: transparent url("../images/logo.gif") no-repeat;
}
#menuhor{
float: left;
margin-top: 187px; /*Set left margin to -(RightColumnWidth)*/
width: 950px;
height:32px;
/*background: url(/images/bg_menu.gif) repeat-x 0 -25px ;*/
text-align: center;
}
#contentwrapper{
float: left;
width: 100%;
background: <?php echo $coulNeutreClaire;?>;
}
#contentcolumn{
padding: 10px 10px 10px 10px;
float: left;
left: 180px;
width: 620px;
min-height: 500px;
text-align: justify;
background: <?php echo $coulNeutreClaire;?>;
}
#leftcolumn{
float: left;
left: 0px;
width: 180px; /*Width of left column*/
min-height: 400px;
background: <?php echo $coulNeutreClaire;?>;
}
#rightcolumn{
margin:0;
padding:0;
top:0;
bottom:0;
position:relative;
/*float: left;
left: 825px;
width: 125px;
background: <?php echo $coulNeutreClaire;?>;
min-height: 400px;*/
}
#footer{
clear: left;
width: 950px;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
}
#footer a{
color: #FFFF80;
}
L'url de mon site : http://www.annees-ffa.com
Comment résoudre ce problème ?
Merci aux experts CSS pour votre disponibilité permanente !
Modifié par lcastou (18 Mar 2008 - 00:02)