CSS3 features are making their way into the various browsers and while many are holding off on implementing them, there are those who are venturing ahead and likely running into a world of interesting quirks across the various platforms. Two such features that I have been having the pleasure of enjoying are the use of multiple backgrounds and CSS gradients.
Related Submissions:
- How To Use Multiple CSS Backgrounds I know we are all excited for CSS3 to become the new norm. One of it’s features will be multiple backgrounds for a single element....
- Firefox Support for CSS3 Multiple Backgrounds James Hall saw the good news in Bugzilla that CSS3 multiple backgrounds are now in the Firefox tree, and you can test a Firefox Nightly...
- CSS Gradients via Canvas CSS Gradients via Canvas provides a subset of WebKit’s CSS Gradients proposal for browsers that implement the HTML5 canvas element. To use, just include css-gradients-via-canvas.js...
- CSS3 Linear Gradients CSS3 supports linear gradients, which offer a fast and lightweight way of adding gradients to your page. It can be used in conjunction with a...
- CSS3 Lessons: Multiple Background Images The CSS3 background property has been completed enhanced from it’s CSS 2.1 predecessor, with some really interesting new features that I plan on investigating in...