Ian Purton

Ian Purton’s Notes

'CSS' Category

  • How to make really sexy buttons with CSS

    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.

  • Semantically Correct CSS Pagination

    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.

    <ul class=”pagination”>
    [...]

Subtraction Wordpress Theme by Ian Purton