div flottant sans position fixed
bonjour
j'ai une structure en 3 parties
haut - gauche - droite (3 div)
dans gauche, j'ai 2 autre div que je voudrais "scrolable"
le css :
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
#gauche {
position:relative;
float:left;
background-color:#9fc90f;
width:209px;
min-height:578px;
}
#menu_gauche {
background-image:url(../images/cadre_gauche.jpg);
background-repeat:no-repeat;
margin-left:10px;
margin-right:10px;
width:189px;
height:253px;
}
#txt_scroll {
background-image:url(../images/cadre_gauche.jpg);
background-repeat:no-repeat;
margin-top:20px;
margin-left:10px;
margin-right:10px;
width:189px;
height:253px;
} |
Merci de votre aide