What’s the DOM equivalent of the image-rendering CSS property in Firefox? i.e. is there a way to set it aside from doing element.style.cssText = "image-rendering: -moz-crisp-edges;"?
Note: browser compatibility is not an issue.
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.
In firefox 4.0rc1 I can use
without problems.
Like with any other css property just switch from hyphen-lowercase to camelCase.