par
PhilFree » 01 sept. 2005, 23:26
Salut,
Tu veux dire quelquechose comme ça:
<html>
<head>
<title>test</title>
<style type="text/css">
div {
background-color: blue ;
width:200px ;
height:30px;
padding:5px ;
border-style:none ;
border-color:black ;
font-family: arial, sans-serif ;
font-size: 10pt ;
color: white ;
}
</style>
</head>
<body>
<DIV id="div1" STYLE="position:absolute ; left:0px; top:0px ;">
1ère colonne
</DIV>
<DIV id="div2" STYLE="position:absolute ; left:201px; top:0px ;">
2ème colonne
</DIV>
<DIV id="div3" STYLE="position:absolute ; left:0px; top:31px ;">
2ème ligne
</DIV>
<DIV id="div4" STYLE="position:absolute ; left:201px; top:31px ;">
2ème ligne
</DIV>
</body>
</html>
Salut,
Tu veux dire quelquechose comme ça:
[php]
<html>
<head>
<title>test</title>
<style type="text/css">
div {
background-color: blue ;
width:200px ;
height:30px;
padding:5px ;
border-style:none ;
border-color:black ;
font-family: arial, sans-serif ;
font-size: 10pt ;
color: white ;
}
</style>
</head>
<body>
<DIV id="div1" STYLE="position:absolute ; left:0px; top:0px ;">
1ère colonne
</DIV>
<DIV id="div2" STYLE="position:absolute ; left:201px; top:0px ;">
2ème colonne
</DIV>
<DIV id="div3" STYLE="position:absolute ; left:0px; top:31px ;">
2ème ligne
</DIV>
<DIV id="div4" STYLE="position:absolute ; left:201px; top:31px ;">
2ème ligne
</DIV>
</body>
</html>[/php]