Is there a way to disable certain styles specifically for IE9 while still being able to use transformations in my design? Since IE9 does not support transformations, I am looking to disable them and possibly use jQuery transform() instead.
Are there any prefixes or methods that allow me to target and disable specific styles only in IE9?