CSS

29 May 2008

CSS Gallery

Building a image gallery ever lead to a problem: how to show the thumbnails. The solution most widely used is to set the property float: left to the box. But there is a better alternative.

11 March 2008

microCSS v3

Upgrade to microCSS to support Internet Explorer 7 and add typography with vertical rhythm.

13 October 2007

MicroCSS, a minimalist framework

After seeing some CSS framework I wanted try a personal implementation of a generalist framework, designed to provide the tools for define the page structure. Rather than build a complex infrastructure of rules I tried to find a limited set of rules that allowed me especially flexibility.

17 January 2007

CSS Framework

In the programming it’s always good habit to try to automate the repetitive tasks and avoid reinventing the wheel. Often this means to adopt a framework. This rule is true also for the writing of the CSS, even if call it programming is improper.