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
|
<head>
<STYLE type="text/css">
.combine-box-new
{
height:2140px;
position:relative;
overflow-x:auto;
overflow-y:hidden;
border:1px solid #ccc;
}
<!-- /*cadre joueur & gagnant*/-->
.joueur,.joueurh,.joueurb,.gagnant{
display:block;
width:150px;
height:25px;
background:#E4FDFA;
position:absolute;
}
</STYLE>
</head>
<body>
<!-- cadre bordure page -->
<div class="combine-box-new" style="">
<!---------->
<!--TOUR 1-->
<!---------->
<!-- équipe 1 -->
<div class="joueur" style="top:5px; left:19px;">thomas/zidane</div>
</div> |
Partager