Best Rated CSS3 Techniques & Practices
There are plethora of techniques for CSS3 and how one should go about laying the code out, what techniques to use for different browsers, and a whole set of others. Within this post we take a look at several specific CSS3 techniques and practices that you should adapt to, to improve your CSS3 coding style as well as coding technique that also affects cross compatibility.
Organizing Browser Specific Syntax
As all of us who dived into CSS3 know, there is a lot of syntax that relates to certain browsers or compilers such as the border radius element and the likes. In order to better organize and understand these elements it is best if they are stacked on top of each other sequentially as well as contain comments on top of them or to the right of them describing or listing what each element pertains to. For example, the -moz-border-radius should have a comment like so /* Mozilla / firefox */.
Tags: CSS, css3, practices, techniques


Loading...