cssFx automatically adds vendor-specific prefixes to CSS properties that need them.
- Include a script tag in your source:
<script src="cssfx.js"></script>
- Firefox 3+
- Chrome 1+
- Internet Explorer 6+
- Safari 3+
- Opera 9+
- IE and other browsers remove either unknown properties or properties with unknown values. To guarantee that all properties are parsed, link your stylesheet externally.
- To prevent FOUC (flash of unstyled content), place cssfx.js immediately under the stylesheet tags.
- cssFx adds the prefixes necessary to enable CSS3 functionality in supporting browsers, it doesn't simulate it (e.g. border-radius in IE6).
cssFx is provided under the MIT license.