Me dió por validar mi código css y como es normal no me lo validó, solo que no entiendo porqué.
En la página me sale este mensaje que no entiendo
Si alguien me pudiera explicar que significa.
aquí el código por si acaso:
Código :
body { font-family:Verdana, Arial, Helvetica, sans-serif; background-image:url(Imatges/fons_ff.jpg); margin:0px; background-attachment:fixed; } .ft {background-color:#FAFAFA;} .titolp {font-size:32px;background-image:url(Imatges/ft.png);} .menh {font-size:18px;background-image:url(Imatges/sm.png);} .menh a {text-decoration:none;} .menh a:hover {color:#C00;} .menha {font-size:18px;color:#000;background-image:url(Imatges/sm.png);} .menp_inactiu { background-image:url(Imatges/menf.png); list-style-type: none; margin:0px; padding:0px; } .menp_inactiu li {text-align:center;margin-bottom:0px;margin-top:0px;} .menp_inactiu li a, .menp_inactiu li a:visited { color:#900; font:bold 16px Arial, Helvetica, sans-serif; text-decoration:none; display: block; height:23px; padding-top: 3px; } .menp_inactiu li a:hover {background-image:url(Imatges/menfa.png);} .actiu { color:#000; font:bold 16px Arial, Helvetica, sans-serif; text-decoration:none; display: block; height:23px; padding-top: 3px; } .titols {font-size:16px;} .redacc {font-size:14px;font-weight:normal;color:#000;} #fixathi {font-size:16px;background-image:url(Imatges/menb3.png);} #fixathi a {text-decoration:none;font-size:16px;} #fixathi a:hover {color:#C00;} .fixathia {color:#000;} .peu {text-align:right;} #arribarhi {font-size:16px;background-image:url(Imatges/ft211.png);} #arribarhi a {text-decoration:none;color: #900;} #arribarhi a:hover {color: #C00;} #dir {font-size:12px;background-image:url(Imatges/ft23.png);} #dir div {padding-right:30px;} #arribarhi div, #dir div {height:80px;padding-top:20px;} .titolp, .titols, #fixathi, #arribarhi { color: #900; background-repeat:no-repeat; background-position:center; font-weight: bold; } .menh a, .menh a:visited, #dir { color:#900; background-repeat:no-repeat; background-position:center; font-weight:normal; } .m1 {background-image:url(Imatges/m1.png);} .m2 {background-image:url(Imatges/m2.png);} .m3 {background-image:url(Imatges/m3.png);} .m4 {background-image:url(Imatges/m4.png);} .m5 {background-image:url(Imatges/m5.png);} .m6 {background-image:url(Imatges/m6.png);} .m7 {background-image:url(Imatges/m7.png);} .m8 {background-image:url(Imatges/m8.png);} .m1, .m3, .m6, .m8 {background-repeat:no-repeat;background-position:center;} .m2, .m4, .m5, .m7 {background-position:top;} .m2, .m7 {background-repeat:repeat-x;} .m4, .m5 {background-repeat:repeat-y;} .menb1 {background-image:url(Imatges/menb1.png);} .menb2 {background-image:url(Imatges/menb2.png);} .menb3 {background-image:url(Imatges/menb3.png);} .menb4 {background-image:url(Imatges/menb4.png);} .menb5 {background-image:url(Imatges/menb5.png);} .menb1, .menb2, .menb3 {background-repeat:no-repeat;background-position:center;} .menb4, .menb5 {background-repeat:repeat-y;}
Estaría muy agradecido si alguien me digera cual es mi problema