Home

User-friendly Pagination

Pagination feature is often implemented when there is a need to browse large amounts of data lists. This feature saves a lot of bandwidth by giving user the option to download data only if he is interested in whats next.

But most of the time this feature is implemented very badly. Somewhat like this:

Bad Pagination Example

The problem with this implementation are

These problems are fixed in the following example

Good Pagintation example

Advantages

This implementation brings aesthetic to webpage and can be implemented with just HTML and CSS. You can find a demo and implementation at “CSS Pagination Links”.

-- by Santosh on January 25th, 2008