Here’s a quick overview on CSS 3 and it’s features. We will be writing CSS 1 and 2 code, as it is universally supported by all browsers that we talk about. CSS 3 still has little support among all of the browsers we are using, and therefore results vary for each. In a year or two, as support is built into the browsers, it is something to look into, but remember as well that with each new CSS 3 feature you add, you would have to support the older browsers by having to use code fixes for different browser types. This is not a generally accepted practice out in the industry, as it doesn’t support the “clean code” theory and web standards that are meant to make each user’s experience, regardless of their browser is the same.
Leave a Reply