> As a side note, we had a div containing float:left blocks and an empty > "anchor" div at the bottom with clear:both; the container must > included the anchor, and by extension the blocks above it. That's the > W3C recommended way of keeping floats inside of a block, so design > wise the CSS was both simple and entirely correct.
To many people, that W3C recommended way is... well, distasteful. There is a simpler fix documented at http://www.sitepoint.com/blogs/2005/02/26/simple-clearing-of-floats/ that simply involves adding overflow:auto to the CSS for the containing div. -- Scott --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery Development" group. To post to this group, send email to jquery-dev@googlegroups.com To unsubscribe from this group, send email to jquery-dev+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-dev?hl=en -~----------~----~----~----~------~----~------~--~---