- From: Wee Nghee <weiyi@peweb.per.sg>
- Date: Sun, 11 Mar 2001 22:07:55 +0800
- To: www-validator-css@w3.org
- Message-Id: <5.0.2.1.2.20010311220432.00bd2010@pop.peweb.per.sg>
Hi,
I couldn't see the styles I created using IE4. Thus completed a check with
the validator but don't understand. Can you help me solve my problem?
The validator results says:"
W3C CSS Validator Results with object :
http://homex.coolconnect.com/member3/bsssl/education/index.htm
· · Go to Errors
· · Go to Warnings
· · Go to your validated Cascading Style Sheet
· · Back to CSS Validator
Errors :
· URI : · http://homex.coolconnect.com/member3/bsssl/education/index.htm
Line: 40 Context : .category
Parse Error - category_font { font-family: Verdana, Arial, Helvetica,
sans-serif; font-size: 9pt}
Line: 41 Context : .default
Parse Error - default_font { font-family: Arial, Helvetica, sans-serif;
font-size: 10pt; color: #666666}
Line: 43 Context : .verdana
Parse Error - verdana_pt14 { font-family: Verdana, Arial, Helvetica,
sans-serif; font-size: 12pt}
Line: 44 Context : .heading
Parse Error - heading_pt12 { font-family: Verdana, Arial, Helvetica,
sans-serif; font-size: 12pt; font-weight: bold; color: #3366FF}
Line: 45 Context : .bullet
Parse Error - bullet_colour { font-weight: bold; color: #FF6600}
Line: 46 Context : .book
Parse Error - book_extract { font-family: Verdana, Arial, Helvetica,
sans-serif; font-size: 10pt}
Line: 47 Context : .book
Parse Error - book_title { font-family: Verdana, Arial, Helvetica,
sans-serif; font-size: 10pt; font-weight: bold }
Line: 48 Context : .verdana
Parse Error - verdana_pt12 { font-family: Verdana, Arial, Helvetica,
sans-serif; font-size: 12pt }
Line: 49 Context : .book
Parse Error - book_author { font-family: Arial, Helvetica, sans-serif;
font-size: 10pt; font-style: italic}
Line: 50 Context : .book
Parse Error - book_extract { font-weight: bold; color: #FF9900}
Line: 51 Context : .book
Parse Error - book_extract_content { font-family: Arial, Helvetica,
sans-serif; font-size: 10pt; font-weight: normal}
Line: 53 Context : .book
Parse Error - book_border { border-color: #CC0099 #CC9999 #000000 #006633;
border-style: none; border-top-width: thin; border-right-width: thin;
border-bottom-width: thin; border-left-width: thin}
Line: 54
Unknown pseudo-element or pseudo-class hover
Warnings :
· URI : · http://homex.coolconnect.com/member3/bsssl/education/index.htm
Line : 52 Level : 1 You have no background-color with your color :
a:first-child
Line : 54 Level : 1 You have no background-color with your color : a
To work as intended, your CSS style sheet needs a correct document parse
tree. This means you should use valid HTML.
Your validated Cascading Style Sheet :
.pt8 {
font-size : 8pt;
font-family : Arial, Helvetica, sans-serif;
}
a:first-child {
color : #0066cc;
}
Thanks!
Wee Nghee
E-mail : weiyi@peweb.per.sg
Website: http://peweb.per.sg
Hlade's Law: "If you have a difficult task, give it to a lazy person --
they will find an easier way to do it."
Received on Sunday, 11 March 2001 09:12:04 UTC