Chances are if you want to number things in order on a website, the ordered list () is your guy. It also is pretty reasonable that you want to style those
Cibler le Nième élément en CSS2 CSS3 apporte son lot de sélecteurs très évolués permettant de cibler des éléments tels que le Nième enfant, les éléments pairs ou impairs, le dernier, etc… Mais...
css,docs,instant,search
Position absolute sur toute la largeur Une petite astuce qui n’est pas très connue : savez-vous qu’il est possible d’étirer un élément en position absolute (ou fixed) sur toute la largeur ou hauteur...
In a time when everyone seems to have an iPad it might seem odd to write about the long-forgotten habit of printing a Web page, i.e. print style sheets.
Arrières plans multiples en CSS3
If you've dropped support for IE6 and/or IE7, then your repertoire of CSS hacks is probably pretty minimal. Here I outline the methods I feel are the best ways to write IE7- and IE8-specific CSS.
The Goldilocks Approach to Responsive Web Design - A good starting point for design that takes device resolution out of the equation
How to use generated content to style the numbers of an ordered list separately from the rest of the list item.