Bonjour
J'ai besoin d'aide mon background ne veux pas se repeter pourtant j'ai mis repeat-y mais sa marche pas voici ma css le bloc pour le background se nomme .bas et sur ce background j'ai mis 2 colonnes une a gauche et une a droite elles s'apellent .colonnegauche .colonnedroite
VOICI L'adresse du site
Modifié par pauline24030 (09 Jan 2006 - 18:00)
J'ai besoin d'aide mon background ne veux pas se repeter pourtant j'ai mis repeat-y mais sa marche pas voici ma css le bloc pour le background se nomme .bas et sur ce background j'ai mis 2 colonnes une a gauche et une a droite elles s'apellent .colonnegauche .colonnedroite
VOICI L'adresse du site
[code]
/* body */
body, html {
scrollbar-face-color: #ffffff;
scrollbar-arrow-color: #898989;
scrollbar-shadow-color: #ffffff;
scrollbar-darkshadow-color: #ffffff;
scrollbar-highlight-color: #ffffff;
scrollbar-track-color: #ffffff;
scrollbar-3dlight-color: #ffffff;
margin: 0px;
padding: 0px;
background-color:#FEFEFE;
font-size: 7pt; color:#000000; font-family: Tahoma; font-weight: normal}
/******* design *******/
.layout {
position:absolute;
top: 0px;
left: 45px;
margin: 0px;
padding: 0px;
z-index: 100;
background: url(../design/haut.jpg) no-repeat;
width: 800px;
height: 405px;
text-align: left;
}
.bas {
position:absolute;
top: 404px;
left: 45px;
margin: 0px;
padding: 0px;
z-index: 100;
background: url(../design/bas.gif) repeat-y ;
width: 800px;
height: 396px;
text-align: left;
}
.colonnegauche {
position:absolute;
top: 7px;
left: 70px;
margin: 0px;
padding: 0px;
z-index: 100;
background-attachment: fixed;
font-family:verdana;
font-size:8px;
color:#000000;
font-weight:bold;
width: 210px;
height: AUTO;
text-align: left;
}
.colonnedroite {
position:absolute;
top: 7px;
left: 286px;
margin: 0px;
padding: 0px;
z-index: 100;
background-attachment: fixed;
width: 474px;
height: AUTO;
text-align: left;
}
.footer {
position:absolute;
top: 766px;
left: 45px;
margin: 0px;
padding: 0px;
z-index: 100;
background: url(../design/footer.jpg) no-repeat;
width: 800px;
height: 80px;
text-align: left;
}
.footertexte {
position:absolute;
top: 18px;
left: 332px;
margin: 0px;
padding: 0px;
z-index: 100;
font-family:verdana;
font-size:8px;
color:#FFFFFF;
font-weight:bold;
width: 419px;
height: 42px;
text-align: left;
}
.maj {
position:absolute;
top: 326px;
left: 538px;
margin: 0px;
padding: 0px;
z-index: 100;
width: 136px;
height: 69px;
text-align: left;
}
/************** zone cliquable **************/
#zone1 {
float: left;
width : 84px;
height: 15px;
margin-left: 80px;
margin-top: 30px;
}
#zone2 {
float: left;
width : 84px;
height: 15px;
margin-left: 15px;
margin-top: 30px;
}
#zone3 {
float: left;
width : 84px;
height: 15px;
margin-left: 15px;
margin-top: 30px;
}
#zone4 {
float: left;
width : 84px;
height: 15px;
margin-left: 15px;
margin-top: 30px;
}
#zone5 {
float: left;
width : 84px;
height: 15px;
margin-left: 15px;
margin-top: 30px;
}
#zone6 {
float: left;
width : 84px;
height: 15px;
margin-left: 15px;
margin-top: 30px;
}
/************** couleurs fonts liens **************/
a:link, a:visited{
color: #B7B7B7;
text-decoration: none;
}
a:hover{
color: #C7D800;
text-decoration: none;
}
Modifié par pauline24030 (09 Jan 2006 - 18:00)