A comprehensive discussion of how to use CSS counters, including an infographic and details on browser support, benefits and potential drawbacks.
Month: November 2010
Maintainable CSS3 Using PHP
Using PHP-generated CSS, you can abstract your multi-line CSS3 stuff into just one line of maintainable code.
CSS3 Border Images for Beautiful, Flexible Boxes
Among the raft of CSS3 features gaining increasing levels of browser support, the border-image property is often overlooked. In this article, you’ll get the lowdown on what it is and how to use it.
A Problem With Using “overflow: hidden” to Clear Floats
Clearing floats with “overflow: hidden” could be problematic in some circumstances. This article explains this problem along with a demonstration.
How Do You Order Your CSS Properties?
How Do You Order Your CSS Properties? Alphabetically, or by grouping the similar ones?