CSS3 Background Gradients Not Validating, Can Someone Tell Me Why? Code Example Inside
问题 Can someone tell me why the following css is not validating? I've been trying to research this myself with no luck. All of the documentation I've read says this is the proper why to do gradients in css3. #header { color: white; font-size: 12px; font-family: Helvetica, Verdana, Arial, sans-serif; background: black; background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color