Feuille de style

glinglo -  
GallyNet Messages postés 437 Statut Membre -
Bonjour,
j'ai un problème avec ma feuille de style.
J'ai un fond en image que j'ai crée et dessus j'ai deux tableaux: 1 en couleur et l'autre avec le fond image.

Voici ma css :
body {
background-image: url(couleur_fond.jpg);
}

.tableau {
background-color: #EE7E4D;
}

dt, dl, dd, ul, li {
list-style-type: none;
margin: 0;
padding: 0;
}

.menu dl {
float: left;
width: 8em;
font-size: 11px;
font-face: verdana;
background-color: #EE7E4D;
}
.menu a {
margin: 0 2px;
height: 14px;
display: block;
text-align: center;
font-weight: bold;
border: 0;
text-decoration: none;
color: 000;

}

.menu a:hover {
color: 000;
border: 0;
}

#smenu1, #smenu2, #smenu3, #smenu4, #smenu5, #smenu6, #smenu7 {
display: none;
width: 100%;
font-size: 9px;
font-face:verdana;
}

#smenu1 a, #smenu2 a, #smenu3 a, #smenu4 a, #smenu5 a, #smenu6 a, #smenu7 {
font-weight: normal;
border-top: 0 none;
A voir également:

1 réponse

GallyNet Messages postés 437 Statut Membre 387
 
test ta CSS dans le testeur du W3C à l'url suivante:
http://jigsaw.w3.org/css-validator/
0