CSS Tricks
Sep 8th, 2004 by Karen
There is a fabulous , article
on CSS trick over at Evolt.org There are three tricks described here
that were new to me. My favorite was getting things to align vertically
using CSS. This was something that was easy with table-driven layout
but I hadn't figured out how to do using CSS. Another good quick tip is
that you can assign as many classes as you want to a tag. So you can
actually have code that says <p class=”text nav”>. This is a
tremendous time saver if you need to apply two or more classes to an
element.

