Archive for the ‘CSS’ Category

How to make really sexy buttons with CSS

by
Ian Purton

I’ve been using the How to make sexy buttons with CSS technique for easily adding good looking buttons to a web application and found I could Jazz them up a little by using the free icons from FamFamFam Silk.

Posted in CSS | Comments

Semantically Correct CSS Pagination

by
ian.purton

Here I show a method for generating pagination for search results and long list pages using
semantically correct HTML and CSS.
Pagination as HTML Markup
I’ve modeled pagination as an un-ordered list of links. There are three class declarations so that I can
identify the list “pagination” and the first and last items, “leader” and “last”
respectively.

This markup is [...]

Posted in CSS | Comments