Wed, 2011-11-30 09:15
wen i validate my css file following errors come that,
1. -webkit-user-select doesn't exist : none
2. background-image -moz-linear-gradient(center top,#4d90fe,#4787ed ) is not a background-image value : -moz-linear-gradient(center top,#4d90fe,#4787ed )
3. border Too many values or values are not recognized : 1px solid rgba(0,0,0,0.1 )
4. Parse Error opacity=20)
5. word-wrap doesn't exist : break-word
6. -moz-border-bottom-colors doesn't exist : none
7. -moz-opacity doesn't exist : 0.4
8. 0 is not a box-shadow value : 0 0 16px 16px rgba(0,0,0,0.2 )
how to fix it.