Bonjour,
je désespère depuis hier sur mon site.
voici l'adresse Mon site
Comme vous pouvez le voir l'image de fond ne fait pas l'extension du contenu de mon conteneur ".centre". Es ce que vous pouvez m'aider svp ?
Voici mon xHtml:
voici mon css:
Merci, merci d'avance.
Modifié par Tumult (16 Apr 2006 - 13:22)
je désespère depuis hier sur mon site.
voici l'adresse Mon site
Comme vous pouvez le voir l'image de fond ne fait pas l'extension du contenu de mon conteneur ".centre". Es ce que vous pouvez m'aider svp ?
Voici mon xHtml:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>CicatriceHP.com</title>
<!--[if IE]>
<link rel='stylesheet' media='screen' type='text/css' href='defaut_ie.css' />
<![endif]-->
<!--[if !IE]> <-->
<link rel='stylesheet' media='screen' type='text/css' href='defaut.css' />
<!--><![endif]-->
<body>
<div class="fond">
<div class="img">
<div class="menu">
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<?php include("menu.php"); ?>
</div>
<div class="center">
<?php include("centre.php"); ?>
</div>
</div>
<div class="footer"></div>
</div>
</body>
</html>
voici mon css:
/* CSS Design defaut */
body {
margin: 0;
font-family: "Trebuchet MS";
font-size: 12px;
background-color : #000000;
}
.fond {
position: relative;
width: 770px;
margin-left: auto;
margin-right: auto;
background-image: url("img/centre.jpg");
background-repeat: repeat y;
}
/* Menu de gauche - début */
.menu {
position: absolute;
width: 230px;
margin-left: 20px;
}
.menu a
{
color: #775555;
text-decoration: none;
}
.menu a:visited
{
color: #775555;
text-decoration: none;
}
.menu a:hover
{
color: #FF0000;
text-decoration: none;
}
.menu a:active
{
color: #775555;
text-decoration: none;
}
.element_menu
{
margin: auto;
margin-left: 5px;
margin-top: 17px;
background-repeat: repeat-x;
color : #CCCCCC;
font-family : Verdana, sans-serif;
text-decoration : none;
font-size : 10px;
text-decoration : none;
}
.element_menu ul
{
list-style-image: url("original_bleu/rond.gif");
padding: 0px;
padding-left: 20px;
margin: 0px;
margin-bottom: 5px;
}
.element_menu2
{
margin: auto;
margin-left: 10px;
margin-right: 10px;
background-repeat: repeat-x;
color : #CCCCCC;
font-family : Verdana, sans-serif;
text-decoration : none;
font-size : 10px;
text-decoration : none;
}
/* Menu de gauche - fin */
.center {
min-height: 1300px;
position: absolute;
margin-left: 275px;
margin-top: 400px;
float: right;
width: 480px;
float: right;
background-color: #132525;
border: solid #666666 1px;
}
.img {
width: 770px;
height: 540px;
background-image: url("img/header1.jpg");
background-repeat: no-repeat;
}
.footer {
width: 770px;
height: 255px;
background-image: url("img/footer.jpg");
background-repeat: no-repeat;
}
Merci, merci d'avance.

Modifié par Tumult (16 Apr 2006 - 13:22)