Cripes! I just had a chance to see this page in IExplorer on a Windows XP machine. Hadn’t you guys noticed the right sidebar was sitting way too close to the entries? For all these years? Anyway, one display:inline; rule to the #narrow div and all appears to be well again. Carry on, carry on.

December 7th, 2006 at 5:16 pm »
Is this a CSS hack?
December 7th, 2006 at 8:33 pm »
A hack yes, but one that is future proof (IE 7 being the case in point). Adding
display:inlineto a floated block level element is not going to cause that element to display inline at all (in any browser). Just a little IE 6 bug massage…December 8th, 2006 at 8:27 pm »
COMPUTER TALK!