Simple IE conditional tip.
-
Archives
CSS charts and graphs.
Accessible Data Visualization with Web Standards – A List Apart
Easy smart javascript to size images intelligently into your layout.
A List Apart: Articles: If I Told You You Had a Beautiful Figure…
Definite stuff on hasLayout. In the case I was working on, my mistake was setting a width on a list item. Set the width on the div and the margins on the ul and/or li to avoid all sorts of IE oddity.
Some useful hunks of css here – like an overclocked Big Reset with some helpful typographic settings built in.
Interesting sort of WYSIWYG CSS layout tool, but the code (especially the ids and classes) it spits out isn’t the sort of stuff you’d want to talk about over the phone. “Uh, yeah, look for the div called dyn_id3 with the class c33r.”
YAML Builder | A tool for visual layout development of YAML based CSS layouts
Mmmmmmmmm, tasty lack of duplicating my own work many times over.
Jeff Croft on building out a framework of stylesheets to handle the repetitive design tasks we face when we try to work on 20 sites at once.
Some good basic tips here: Organize your code, use the Big Reset, use hacks only as a last resort.