Who’s got a clue what’s wrong with the following CSS statement? Chrome (22) and Safari (on Windows) throw the error “Invalid property value”.
background-image: url("../img/radio_default.png"), -webkit-linear-gradient(to bottom, #fff 40%, #ececec);
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This is because it doesn’t implement
to bottomyet, you have to use justtoporbottominstead.edit: as pointed out in the comments,
topcorrespondsto bottom