I got this background-color here
-moz-linear-gradient(center top , #0043A1 0%, #0043A1 100%) repeat scroll 0 0 transparent;
but it will not work in google chrome, any ideas on how to fix it?
Thanks,
J
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.
Replace with
-moz-* css properties are specific to mozilla. They’re useful while a property isn’t normalized but now (with CSS3) you may use the standardized
linear-gradient.Even the Mozilla documentation now documents linear-gradient.