ďťż
Podstrony
|
telcocafeOtóż chciałęm swój styl dostosować do jakichś standardów :P , i zostały mi trzy błędy w arkuszu, ale niemam zielonego pojęcia jak je usunąć :/Oto i arkusz: <STYLE TYPE="text/css"> <!-- BODY{ background-color: #50749b; scrollbar-base-color: #4682B4; scrollbar-arrow-color: #87CEFA; crollbar-track-color: #87CEFA; } Table.glowna{ width: 760px; height: 100%; border: 1px solid #778899; text-align: center; vertical-align: middle; } Table.stopka{ width: 760px; border: 1px solid #778899; text-align: center; vertical-align: middle; } TD.1{ border: 1px solid #778899; background: #4682B4; text-align: center; color: #000000; vertical-align: top; width: 25%; height: 1pt; } TD.2{ border: 1px solid #778899; background: #4682B4; color: #000000; text-align: justify; vertical-align: top; padding-top: 15pt; padding-bottom: 15pt; height: 1pt; padding-left: 15; padding-right: 15; font-size: 12pt; font-family: Times New Roman; } td.stopka{ border: 1px solid #778899; font-family: verdana; text-align: center; color: #000000; background: #4682B4; font-size: 8pt; padding-top: 6pt; padding-bottom: 6pt; } Td.naglowek{ text-align: center; border: 1px solid white; height: 1ex; padding-top: 1pt; padding-bottom: 1pt; color: #4682B4; } table.gora{ background: #FFFFFF; border: 1px solid white; text-align: center; width: 756px; margin-top: 4pt; margin-bottom: 4pt; font-weight: bold; font-family: arial; font-size: 35pt; } P.zopisem{ font-size: 10pt; margin-top: 3pt; margin-left: 20pt; color: #000000; font-weight: normal; } A.link2{ font-weight: bold; color: #000000; text-decoration: none; } A.link2:Hover{ text-decoration: underline; color: #000000; } P.zlinkiem{ font-weight: bold; margin-bottom: 0; color: #FFFFFF; font-size: 12pt; text-indent: 0pt; } A.mail{ font: bold small arial; text-align: left; text-decoration: none; color: #000000; font-family: Times New Roman; font-weight: bold; font-size: 11pt; } A.mail:Hover{ background: #FFFFFF; text-decoration: underline; } H2{ text-align: center; top: 0; font-size: 16pt; } A.klawisz{ font: bold small arial; text-align: left; text-decoration: none; color: #000000; font-family: Times New Roman; font-weight: normal; font-size: 10pt; font-style: normal; font-variant: normal; font-stretch: normal; white-space: normal; } A.klawisz:Hover{ background: #FFFFFF; text-decoration: underline; font-weight: bold; } --> </STYLE> A oto błędy które mi znajduje na stronie http://jigsaw.w3.org/css-validator/ : Line: 9 Parse error - Unrecognized : <STYLE TYPE="text/css"> <!-- BODY{ background-color: #50749b; scrollbar-base-color: #4682B4; scrollbar-arrow-color: #87CEFA; crollbar-track-color: #87CEFA; } Line: 34 Context : TD Parse Error - TD.1{ border: 1px solid #778899; background: #4682B4; text-align: center; color: #000000; vertical-align: top; width: 25%; height: 1pt; } Line: 49 Context : TD Parse Error - TD.2{ border: 1px solid #778899; background: #4682B4; color: #000000; text-align: justify; vertical-align: top; padding-top: 15pt; padding-bottom: 15pt; height: 1pt; padding-left: 15; padding-right: 15; font-size: 12pt; font-family: Times New Roman; } Jeśli ktoś ma jakiekolwiek propozycję niech piszę. Pozdrawiam! masz crollbar zamiast scrollbar. Po za tym i tak jest to zdaje się niezgodne ze standardami. Użytkownik mmatheww edytował ten post 14 marzec 2006, 14:57 To nie chodziło niestety o to... Dokładnie. Suwaki w css są nie zgodne z W3C. A 2 kolejne błędy to nazwa klasy. Nazwa klas i obiektów nie może się zaczynać od cyfr, ale może je zawierać. Nie chodzi o suwaki..... Gdy je wywaliłem do miałem następujący błąd: Line: 7 Parse error - Unrecognized : <STYLE TYPE="text/css"> <!-- Body{ background-color: #50749b; } a dwa pozostałe błędy to faktycznie błędne nazwy. Poprwaiony arkusz: <STYLE TYPE="text/css"> <!-- Body{ background-color: #50749b; } Table.glowna{ width: 760px; height: 100%; border: 1px solid #778899; text-align: center; vertical-align: middle; } Table.stopka{ width: 760px; border: 1px solid #778899; text-align: center; vertical-align: middle; } td.pierwsza{ border: 1px solid #778899; background: #4682B4; text-align: center; color: #000000; vertical-align: top; width: 25%; height: 1pt; } td.druga{ border: 1px solid #778899; background: #4682B4; color: #000000; text-align: justify; vertical-align: top; padding-top: 15pt; padding-bottom: 15pt; height: 1pt; padding-left: 15pt; padding-right: 15pt; font-size: 12pt; font-family: Times New Roman; } td.stopka{ border: 1px solid #778899; font-family: verdana; text-align: center; color: #000000; background: #4682B4; font-size: 8pt; padding-top: 6pt; padding-bottom: 6pt; } Td.naglowek{ text-align: center; border: 1px solid white; height: 1ex; padding-top: 1pt; padding-bottom: 1pt; color: #4682B4; } table.gora{ background: #FFFFFF; border: 1px solid white; text-align: center; width: 756px; margin-top: 4pt; margin-bottom: 4pt; font-weight: bold; font-family: arial; font-size: 35pt; } P.zopisem{ font-size: 10pt; margin-top: 3pt; margin-left: 20pt; color: #000000; font-weight: normal; } A.link2{ font-weight: bold; color: #000000; text-decoration: none; } A.link2:Hover{ text-decoration: underline; color: #000000; } P.zlinkiem{ font-weight: bold; margin-bottom: 0; color: #FFFFFF; font-size: 12pt; text-indent: 0pt; } A.mail{ font: bold small arial; text-align: left; text-decoration: none; color: #000000; font-family: Times New Roman; font-weight: bold; font-size: 11pt; } A.mail:Hover{ background: #FFFFFF; text-decoration: underline; } H2{ text-align: center; top: 0; font-size: 16pt; } A.klawisz{ font: bold small arial; text-align: left; text-decoration: none; color: #000000; font-family: Times New Roman; font-weight: normal; font-size: 10pt; font-style: normal; font-variant: normal; font-stretch: normal; white-space: normal; } A.klawisz:Hover{ background: #FFFFFF; text-decoration: underline; font-weight: bold; } --> </STYLE> Jak styl nie jest zagniezdzony w pliku html to to:<STYLE TYPE="text/css"> <!-- nie jest potrzebne Hehe, fakt. Zgadzam się z kinematorem. Jak masz w osobnym pliku to bez tego :P Tak to oto chodziło:] Teraz neima żadnych błędów... ale nie dostałem kodu tego żółtego obrazeczka... WHY?? Użytkownik wojniz edytował ten post 14 marzec 2006, 15:40 |
|||
Sitedesign by AltusUmbrae. |