- From: Ron Botterman <r.botterman1@chello.nl>
- Date: Mon, 23 Jun 2014 16:20:46 +0200
- To: <www-validator-css@w3.org>
Received on Wednesday, 25 June 2014 13:58:49 UTC
Dear Sir(s),
My CSS is good but I still get warnings about “parsing errors”: (can’t find the warning message for vendor-extension). (http://www.tijluil.nl)
Example:
#header {
display: block;
height: 148px;
width: 960px;
border:8px solid #00ccff;
background-repeat:repeat;
margin-bottom:6px;
border-radius:20px 20px 20px 20px;
-moz-box-shadow: -2px -2px 2px 2px #888;
-webkit-box-shadow: -2px -2px 2px 2px#888;
box-shadow: -2px -2px 2px 2px #888;
}
I want a shadow around my box(es), so how is there a way to avoid these warnings? It has to do with “dash” and “underscore”. Maybe I cannot avoid these warnings and have to accept them?
Greetings,
Met vriendelijke groet,
Ron Botterman
Watersnip 11
1191 TH Ouderkerk aan de Amstel
Received on Wednesday, 25 June 2014 13:58:49 UTC