CSS kann nur bestimmte Anzahl an Definitionen verarbeiten
-
Unglaublich, aber vielleicht wahr.
Kann es sein, dass CSS nur eine gewisse Anzahl an Formatierungen verarbeiten kann. Bin gerade dabei ne Website zu basteln und CSS will partout auf einmal nicht mehr meine Formatierungen verarbeiten. Es zeigt statt dem angegebenen background-image einfach ein wahlloses an. Hab jetzt schon zwei andere Kollegen drüberschauen lassen, die auch nix entdecken konnten
Hier meine CSS-File
A { color:#F2F2F2; } A:link { color:#F2F2F2; text-decoration: none; } A:visited { color:#F2F2F2; text-decoration: none; } A:hover { color:#F2F2F2; text-decoration: underline; } #Navi { width:139px; height:80%; margin-top:3px; margin-left:9px; } #Content { position:absolute; top:15%; left:20%; width:70%; height:80%; } .NThema { width:139px; height:28px; background-image:url(./structure/navigation/NaviUThema1_139_28.jpg); } .NLink { width:139px; height:24px; padding-left:18px; background-image:url(./structure/navigation/NaviLink_139_24.jpg); font-family:Arial; font-size:10pt; font-weight:bold; color:#F2F2F2; } .NTrenn { width:139px; height:10px; background-image:url(./structure/navigation/NaviTrennleiste_139_10.jpg); } .NEnde { width:139px; height:7px; background-image:url(./structure/navigation/NaviEnde_139_7.jpg); } .StBoxT { width:523px; height:28px; background-image:url(./structure/boxes/STBoxT_523_28.jpg); } .STBoxTMitte { width:12px; height:28px; background-image:url(./structure/boxes/STBoxTMitte_12_28.jpg); } .STBoxTRechts { width:18px; height:28px; background-image:url(./structure/boxes/STBoxTRechts_18_28.jpg); } .STBoxMLinks { width:523px; height:104px; background-image:url(./structure/boxes/STBoxMLinks_523_104.jpg); } .STBoxMMitte { width:12px; height:104px; background-image:url(./structure/boxes/STBoxMMitte_12_104.jpg); } .STBoxMRechts { width:18px; height:104px; background-image:url(./structure/boxes/STBoxMRechts_18_104.jpg); } .STBoxULinks { width:523px; height:18px; background-image:url(./structure/boxes/STBoxULinks_523_18.jpg); } .STBoxUMitte { width:12px; height:18px; background-image:url(./structure/boxes/STBoxUMitte_12_18.jpg); } .STBoxURechts { width:18px; height:18px; background-image:url(./structure/boxes/STBoxURechts_18_18.jpg); }
Ab dem letzten nimmt er nichts mehr an..
-
ist es denn valide?
-
Loggy schrieb:
ist es denn valide?
Was meinst du denn mit valide?
-
Bau mal den link auf deine Seite und ruf ihn auf:
http://jigsaw.w3.org/css-validator/check/referer