Archive for December, 2004

display: block;

Friday, December 31st, 2004

The CSS tag “display: block” is incredibly useful. Most web designers know about if for showing and hiding text using script (switching between display:none and display:block). It turns out, you also can’t set the width or height of an anchor without it.

I used that twice on this site: to create the pure css roll-over […]

Talking to Myself

Friday, December 31st, 2004

A blog is a simple form of knowledgebase.