:: Personal website of a Toronto web designer
Archive, March 2006
Friday, 31. March 2006
Birthday Boy
[11:15 pm]
Mateo is celebrating his first birthday! It is hard to believe a year has passed so quickly! It has been an amazing year, and although it is a tough job, we really enjoy being parents.

Thursday, 16. March 2006
Milk. Pure magic.
[08:28 am]
Something for chess, or rather, milk lovers:
Kortchnoi is defeated by a cow in a chess game (TV ad).
Victor Kortchnoi is currently the oldest active grandmaster and a great personality.
I have no info about the cow, must be a new star!
Tuesday, 14. March 2006
CSS Layouts
[11:19 pm]
Layout Gala is a proof that you can do a lot with CSS. This is a collection of 40 CSS layouts based on the same markup, each with valid CSS and HTML, without hacks nor workaround and a good cross-browser compatibility.
Monday, 13. March 2006
vertical-align
[11:46 am]
I am a happy smiley!
It's all fine, but how do we align the smiley picture with the text?
One option that always worked is to create a table and throw the image and the text in two separate cells, apply valign="middle", and we are done. But that is an ugly solution.
The other option is to use vertical-align CSS property on inline-level elements that are children of another element.
I am a happy smiley!
All this is very nicely explained in Nicholas Gagne's article Vertical-Align Misuse.

