Hi all, The fix provided the other day to clear floats and make disappearing content re-appear worked well enough in most browsers.
However, having just performed a preview test at http://browsershots.org (incidentally, this site deserves an award for its service to the web-dev community), I'm horrified to discover that my third column is pulling back into the centre in these two broswers. The question is: should I care? Is this due to quirks in those browsers? All others display just how I intended. The screenshots can be viewed here: http://browsershots.org/website/363651/ Do I simply need to apply my fix to ALL higher-level container divs? /* Improved hack for Peekaboo bug which causes content from #middle to disappear if its height is less than that of #right. Include backjslash here for IE5-Mac \*/ @media screen { * html #middle { height: 0; } } /* end fix */ ****************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************