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.
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.
Upgrade to microCSS to support Internet Explorer 7 and add typography with vertical rhythm.
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.
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.