Charles Stuart wrote: > > I want to float a number of divs of unequal height, and have it seem > as if there are rows, e.g. the floated divs clear all the way to the > left instead of catching on taller divs, while still having a > percentage width container. > > The test case here explains it all: > - http://enure.net/dev/float-unequal-heights/
If you could use inline-blocks instead of floats they will have the behavior that you are looking for. The problem is the support in current browsers: Firefox 2 doesn't support it (FF3 will), IE needs hacking to 'emulate' it, ... I have some pages with several hacks to try to get this effect in current browsers: [1], [2]. [1] http://brunildo.org/test/ImgThumbIBL.html [2] http://brunildo.org/test/indext1.shtml Best, Bruno -- Bruno Fassino http://www.brunildo.org/test ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/