Hello,
Je suis en train de créé un calibre afin de faire une mise en page. Malheureusement, la bordure ne s'applique pas à l'intégralité de la page, voyez plutôt :
Avez vous une solution à mon problème?
Merci de tout coeur
Modifié par MasterPingouin (24 Jan 2007 - 16:55)
Je suis en train de créé un calibre afin de faire une mise en page. Malheureusement, la bordure ne s'applique pas à l'intégralité de la page, voyez plutôt :
<style type="text/css">
/* Page Principale */
body {
background-color: #333333;
}
.main {
width:750px;
border:5px solid #FFFFFF;
width:750px;
margin:auto;
}
/* Header */
.logo {
width:375px;
height:80px;
float:left;
background-color:#33FFFF;
}
.compte {
width:375px;
height:80px;
background-image:;
float:left;
background-color:#0033FF;
}
.nav {
width:750px;
height:25px;
float:left;
background-color:#339999;
}
/* Player et info */
.player {
width:512px;
height:404px;
background-color:#3399FF;
float:left;
}
.info {
width:238px;
height:404px;
background-color:#CC0000;
float:left;
}
</style>
<body>
<div class="main">
<div class="logo">test</div>
<div class="compte">test</div>
<div class="nav">test</div>
<div class="player">test</div>
<div class="info">test</div>
</div>
</body>
</html>
Avez vous une solution à mon problème?
Merci de tout coeur
Modifié par MasterPingouin (24 Jan 2007 - 16:55)