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 26 27 28 29 30 31 32
| #bouton_vert{
background: url("/images/Bouton_vert.gif") ;
height:24px;
width:170px;
margin: 50px 0 0 0px;
padding: 0;
border: 0;
display: block;
float:left;
}
#bouton_vert_begin{
background: url("/images/Bouton_vert_begin.gif") no-repeat;
height:24px;
width:5px;
margin: 50px 0 0 0px;
padding: 0;
border: 0;
display: block;
float:left;
}
#bouton_vert_end{
background: url("/images/Bouton_vert_end.gif") no-repeat;
height:24px;
width:5px;
margin: 50px 0 0 0px;
padding: 0;
border: 0;
display: block;
float:left;
} |