voila j'ai une feuille css mais a la validation W3C g plusieurs erreurs.
Voici son code:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
 
input {
font-size : 10px;
font-family : Verdana;
color : #ffffff;
border : 1px solid #10315a;
background-color : transparent;
}
textarea {
border : 1px solid #b3c0b9;
color : #606b66;
font-size : 10px;
font-family : Verdana;
font-style : italic;
background-color : transparent;
}
.input2 {
font-size : 10px;
font-family : Verdana;
color : #ffffff;
font-style : italic;
border-width : 0;
background-color : transparent;
}
A:link {
font-size : 11px;
color : #ffffff;
font-family : arial, helvetica, verdana, sans-serif;
text-decoration : none;
}
A:visited {
font-size : 11px;
color : #ffffff;
font-family : arial, helvetica, verdana, sans-serif;
text-decoration : none;
}
A:active {
font-size : 11px;
color : #c0c0c0;
font-family : arial, helvetica, verdana, sans-serif;
text-decoration : none;
}
A:hover {
font-size : 11px;
color : #ccffff;
font-family : arial, helvetica, verdana, sans-serif;
text-decoration : underline overline;
}
Est ce quelqu'un pourrait m'aider??
Merci d'avance