Salut a tous je suis en train de me créer un site avec siteduzero.com mais je suis bloquer rendu la:
http://www.siteduzero.com/xhtml-css/design.php
Je suis au point Secundo, le CSS.
Je ne sais pas ou mettre les code qu,il me donne comme par exemple ce code là:
body
{
width: 760px;
margin: auto;
margin-top: 20px;
margin-bottom: 20px;
background-image: url("images/fond.png");
}
/ * L´en-tête */
- en_tete
{
width: 760px;
height: 100px;
background-image: url("images/banniere.png");
background-repeat: no-repeat;
margin-bottom: 10px;
}
/ * Le menu */
- menu
{
float: left; / * Le menu flottera à gauche */
width: 120px; / * Très important : donner une taille au menu */
}
. element_menu
{
background-color: #626262;
background-image: url("images/motif.png");
background-repeat: repeat-x;
border: 2px solid black;
margin-bottom: 20px; / * Pour éviter que les éléments du menu ne soient trop collés */
}
J´espere que vous pourrez m´aider.
Merci d´avance