Bonjour,
j'ai un petit pb d'affichage. Celui-ci se présente très bien sous IE mais quand je l'affiche sous firefox mon fond sur le menu ne s'étire pas à 100%, il reste bloqué sous le dernier titre
si quelqu'un avait un élement de réponse...merci
j'ai un petit pb d'affichage. Celui-ci se présente très bien sous IE mais quand je l'affiche sous firefox mon fond sur le menu ne s'étire pas à 100%, il reste bloqué sous le dernier titre
*{
padding: 0;
margin: 0;
}
body {
background-color: #cccccc;
text-align: center;
}
#conteneur {
position: relative;
width: 978px;
height: 100%;
text-align: left;
background-color: #921a24;
background-image: url(../images/fd_body.gif);
background-repeat: repeat-y;
}
#header {
width: 978px;
height: 99px;
background-color: #921a24;
text-align: right;
background-image: url(../images/logo.jpg);
background-repeat: no-repeat;
}
#contenu {
background-color: #921a24;
width: 978px;
height: 100%;
text-align: left;
vertical-align: top;
}
#formulaire {
margin-top: 150px;
margin-right: 20px;
float: left;
z-index: 300;
left: 18px;
top: 110px;
position: absolute;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
color: #FFFFFF;
}
#navht {
float: left;
background-color: #921a24;
width: 710px;
height: 29px;
left: 265px;
right: 0px;
top: 99px;
color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
background-image: url(../images/fd_nav_ht.gif);
background-repeat: no-repeat;
position: absolute;
z-index: 299;
}
#menugauche {
background-color: #921a24;
width: 302px;
height: 100%;
float: left;
text-align: left;
left: 0px;
background-image: url(../images/fd_menu.gif);
background-repeat: repeat-y;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: bold;
color: #FFFFFF;
line-height: 13pt;
}
#navht a {
color: #FFFFFF;
text-decoration: none;
font-weight: bold;
font-size: 11px;
}
#navht a:hover {
color: #efb624;
}
#navht .artiets {
margin-left: 18px;
}
#pageaffiche {
background-color: #921a24;
background-image: url(../images/fd_page.gif);
background-repeat: repeat-x;
background-position: top;
width: 676px;
height: 100%;
padding-top: 29px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #FFFFFF;
text-align: left;
float: left;
}
#pageaffiche a {
color: #efb624;
}
#pageaffiche a:hover {
color: #efb624;
}
si quelqu'un avait un élement de réponse...merci