Confirmed users
1,193
edits
| Line 61: | Line 61: | ||
====SNIPPET==== | ====SNIPPET==== | ||
CSS 3D Transforms: | CSS 3D Transforms: Your CSS uses only the -webkit- prefix to build 3D Transforms. This prefix (and others like -moz- and -o-) were necessary for a while, but will not be supported in upcoming versions of major browsers (Firefox 16, Internet Explorer 10, and Opera 12.50). These browsers will be launched around September 2012. To fix this issue, you should search your CSS for properties and [https://developer.mozilla.org/en-US/docs/CSS/At-rule at-rules] that are related to 3D Transforms and begin with a prefix. For each one you find, you should provide a version of that property or at-rule that does not use a prefix. You can keep the prefixed versions as well if you want to support older, non-standard browsers. | ||
=== Problem 5: CSS Linear Gradients === | === Problem 5: CSS Linear Gradients === | ||