CSS3 can do some seriously neat stuff. Just check out some of the crazy 3D stuff you can do in WebKit. But as we all know, we need to be careful with what we choose to do with it. The most cutting edge techniques are fun to play with, but since since only a sliver of browsers support them fully, we can only use them in circumstances where they fall back to otherwise perfectly acceptable styling. Let’s look at a couple of quick, simple examples.
Related Submissions:
- The Multi-Column CSS3 Module For over six years, CSS3 columns have been available to us; yet, strangely, they’re rarely utilized. Because they currently are only supported in Mozilla and...
- CSS3 Solutions for Internet Explorer - Smashing Magazine Developers could face a situation where a client insists that the enhancements work cross-browser, demanding support even for IE6. In that case, I’ve collected together...
- Carbon Fiber Signup Form With PHP, jQuery and CSS3 In this tutorial we are making a carbon fiber – style form, build using progressive enhancement. It is fully AJAX-ed, features its own custom tooltip...
- Enhancing Your Site with WebKit WebKit is an open source browser engine. Apple uses WebKit in Safari, Mail, and other applications. Google’s Chrome browser, along with the S60 browser and...
- CSS Code Snippets : 15 Wicked Tricks Today we wanted to share with you some quick CSS code snippets on how to avoid easy pitfalls when creating your CSS layout, some of...