Bonjour,
je rencontre un problème de CSS avec I6 7 et 8
ma page de s'adapte pas à son contenu..
http://hazemann.celeonet.fr/index.php/raquettes-et-marche.html
Modifié par thomasv (08 Jul 2010 - 15:56)
je rencontre un problème de CSS avec I6 7 et 8
ma page de s'adapte pas à son contenu..
http://hazemann.celeonet.fr/index.php/raquettes-et-marche.html
div#content {
height:470px;
overflow: hidden
}
div#page{
position: relative;
padding:0px;
width:950px;
min-height:260px;
border:0px solid #000000;
z-index: 100;
}
*+div#page{
position: relative;
float:left;
padding:0px;
width:650px;
border:0px solid #000000;
z-index: 100;
}
Modifié par thomasv (08 Jul 2010 - 15:56)