I have a Jquery Plugin and it includes a CSS for curve corners but when I validate it in the Validator, it says
'Property box-shadow doesn't exist in CSS level 2.1 but exists in [css3]'
'Property -moz-box-shadow doesn't exist : 0 2px 3px #444 '
'Property box-shadow doesn't exist in CSS level 2.1 but exists in [css3] : none '
those kind of errors.
I have this CSS code
what can i do to make it valid? I'm thinking of a doctype or something like to make it compatible with my code. thanks!Code:box-shadow: 0px 0px 6px #000; -moz-box-shadow: 0px 0px 6px #000; -webkit-box-shadow: 0px 0px 6px #000; padding:4px 10px 4px 10px; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;



Reply With Quote





Bookmarks