CSS Tricks: Navigation

by Tony Hung on April 19, 2006

Listomatic does a good job in sumarizing navigation tricks. (mind you, CSS Showcase does a pretty good job as well) Basically, for a PURE CSS nav list create a list — then pretty it up with CSS. In particular: Make (…)

Read the rest of this entry »

CSS Tricks Part I

by Tony Hung on April 19, 2006

** Centered page: Set your element — wrapper, whatever — to a given width, then margin: auto. For example: #wrapper { width: 800px; margin: auto; } Auto will automatically create automagic margins that are equal … thereby creating a “centered” (…)

Read the rest of this entry »

Priority 1: CSS “Mastery”

by Tony Hung on April 17, 2006

(Of course, I have now ordered “CSS Mastery” by Andy Budd through Amazon.com — but that’s not the point) Priority 1: Learn CSS — so we can do certain “tricks”. Epiphany: You wake up 5 years after a long slumber, (…)

Read the rest of this entry »