Skip to content
CSS Head
CSS links, tutorials, code and demos for web designers and developers
    About Archives Contact Privacy and Cookies Policy Submit a Link Submit Community News
CSS Head
CSS links, tutorials, code and demos for web designers and developers
Home Submit a Link Contact About

Tag: counter-increment

Quick Tip: How to Keep the Count with CSS

November 2, 2011

Do you know that you can create a counter with CSS? This can be especially useful for instances where the count is just for presentational purposes. This tutorial will show you how to use counter-increment with CSS2…

csshead comment 0 Comments

CSS Counters: counter-increment and Friends

August 31, 2010

The CSS2.1 spec introduced a new technique allowing developers to combine three CSS properties and a pseudo-element to create auto-incrementing counters – similar to what is displayed in an ordered list. While counters for lists are limited to <ol> or <ul> elements and only with simple incrementation, the new counter method introduced in CSS2.1 allows […]

csshead comment 0 Comments