On 26.07.2012 11:58, Markus Ernst wrote:
Hi

Something that I asked myself for years already: If you have some floating boxes, you may want them to fill the available width and then continue at a next row. Now, if these boxes do not have a fixed height, this will result in rows that do not start at the left edge, as this example illustrates:
http://www.markusernst.ch/stuff_for_the_world/test-floating-boxes.html

Try...

.floating {
    display: inline-block;
    vertical-align: top;
    width:140px;
    margin:1em 1em 0 0;
    border:1px dashed #ccc;
}

...and see if you're happy with the result.

regards
        Georg


______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
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/

Reply via email to