cssFx – Automatically Create Vendor-Specific CSS3 Properties

Vendor-Specific CSS3 properties is an ugly part of web design. Every time we code we are forced to add -webkit-, -moz-, -o- for different browsers in the stylesheet. In order words its time consuming and increases the size of the stylesheet.

cssFX javascript file

So how to overcome this? The answer is cssFx.js. CSSFx is a lightweight js file that automatically create vendor-specific CSS3 properties depending upon the browser. So with cssFX there is no need of including (-moz-, -webkit-, -o-) thus saving your time.

Install cssFX

Download the cssFX file from here, upload the file to your server and add it to the head along with “cssFx” class name for the stylesheet

<link rel="stylesheet" href="style.css" class="cssfx"> <script src="js/cssfx.min.js"></script>

Here is an example CSS code:

cssFX javascript

So its time to code peacefully without worrying about the vendor-specific CSS3 properties. I am going to use this on my projects, how about you?

March 29, 2012. This entry was posted in CSS, Web Resources and tagged . Bookmark the permalink.

We Recommend HostGator Hosting

Bloggermint strongly recommends Hostgator Hosting for all of your web hosting needs. Sign up today for WordPress Hosting at just $4.95/month.

Use coupon code "bloggermint" to get 25% discount on any hosting packages. Get an account with Hostgator now!