Link: Clearfix CSS Hack Thanks to Jeff Starr for this /* slightly enhanced, universal clearfix hack */ .clearfix:after { visibility: hidden; display: block; font-size: 0; content: ” “; clear: both; height: 0; } .clearfix { display: inline-block; } /* start commented backslash hack \*/ * html .clearfix { height: 1%; } .clearfix { display: block;…
After smashing my head against the spiked wall that IE5.x and CSS is attempting, in vain, to get em’s to behave properly so users can resize their own fonts and I can have some control over them myself I decided to have a snoop around. I can’t remember how I got there now, but I…
Everywhere I look there are stunning designs popping up. PlaygroundBlues for instance, and Eris’ blog. These people really invigorate my spirit. They make me want to be better. I can’t thank you people enough for the beauty you create. Anyone know of more? Update: Andy Budd, Shaun Inman.
I’ve just stumbled across Tanfa while reading Doug bowman’s blog else. If, like me, you’re trying to wrap your head around CSS positioning, layout and ditching tables you may find this site very useful. If you know of any other useful resources please leave a comment.
I think I’m finally getting to grips with CSS positioning. It’s been a long hard slog (cos I’m lazy) but I think it’s all beginning to sink in. HUZZAH! The trick seems to be to stick absolutely positioned stuff in relative blocks. I’m sure I read this somewhere… PIE I think. Anyway, it really does…