Bonjour,
Voici 2 questions (de débutant, faut-il le préciser ?)
1.
La validation du code CSS par le W3C me signale :
Cela métonne car j'ai trouvé cet élément dans le livre d'Eric A. Meyer "More on Eric Meyer on CSS" (p.227) qui, paraît-il, est une référence en la matière.
2.
Autre remarque du W3C :
Je ne comprends pas ce que cela signifie, d'autant plus que je ne trouve pas ce code de couleur à cet endroit.
Voici mon code CSS entier :
et éventuellement l'URL du site concerné :
Merci.
Modifié le 08 Feb 2005 - 13:58
Voici 2 questions (de débutant, faut-il le préciser ?)
1.
La validation du code CSS par le W3C me signale :
a écrit :
Ligne: 8 Contexte : body
La propriété a n'existe pas. : text-decoration
Ligne: 8 Contexte : body
Erreur lors de l'analyse grammaticale. - : none;
Cela métonne car j'ai trouvé cet élément dans le livre d'Eric A. Meyer "More on Eric Meyer on CSS" (p.227) qui, paraît-il, est une référence en la matière.
2.
Autre remarque du W3C :
a écrit :
Ligne: 12
Erreur lors de l'analyse grammaticale. - : #A8B4C1 } div#outer
Je ne comprends pas ce que cela signifie, d'autant plus que je ne trouve pas ce code de couleur à cet endroit.
Voici mon code CSS entier :
/* CSS Document */
body {
background-color: #A8B4C1;
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #000033;
a: text-decoration : none;
scrollbar-base-color: #A8B4C1
}
div#outer {
width: 900px;
padding: 0px;
border: medium solid #000000;
margin: 25px auto 10px;
}
div#header {
padding: 0px;
margin: 0px;
text-align: center;
background: url(images2/banniere900x180.jpg) no-repeat center center;
height: 180px;
border-bottom: thick solid #8192A6;
width: 900px;
}
div#nav {
height: 30px;
width: 100%;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
background-color: #A8B4C1;
text-align: center;
}
div#nav
ul {
margin: 0px;
padding: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: small;
color: #FFF;
line-height: 30px;
white-space: nowrap;
font-weight: bold;
}
div#nav li {
list-style-type: none;
display: inline;
}
div#nav li a {
text-decoration: none;
padding: 7px 10px;
color: #FFF;
}
div#nav li a:link {
color: #FFF;
}
div#nav li a:visited {
color: #FFF;
}
div#nav li a:hover {
font-weight: bold;
color: #FFF;
background-color: #72869C;
}
div#main {
width: 100%;
padding: 0px;
height: 400px;
color: #000066;
background: #E6E9EC;
margin: 0px;
overflow: auto;
border: 1px solid #000000;
}
div#footer {
padding: 5px;
margin: 0px;
border-top: thin solid #000000;
height: 30px;
clear: both;
text-align: center;
vertical-align: middle;
background: #A8B4C1;
}
p {
text-align: justify;
line-height: normal;
}
blockquote {
margin: 10px;
padding: 0px;
}
.cadrimage {
text-align: center;
border: 1px solid #000066;
}
.liens {
font-size: 10px;
color: #000066;
text-decoration: none;
list-style: square;
}
.textefoot {
font-size: 11px;
text-transform: uppercase;
font-weight: bold;
}
.flashback {
font-style: italic;
padding: 5px;
float: right;
height: auto;
width: 80%;
border: 1px solid #6B7998;
background: #D3E0E7;
}
.listechapitres {
font-size: 12px;
font-style: italic;
line-height: 1.5em;
font-weight: bold;
color: #000066;
text-decoration: none;
list-style: Aucune;
}
.notes {
font-size: 10px;
color: #993366;
text-align: justify;
}
h5 {
font-size: 11px;
font-style: italic;
font-weight: bold;
text-align: right;
}
et éventuellement l'URL du site concerné :
Merci.
Modifié le 08 Feb 2005 - 13:58