On Thu, Jul 26, 2012 at 11:43 PM, Georg <gunla...@c2i.net> wrote:

> 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<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<http://www.css-discuss.org/mailman/listinfo/css-d>
> List wiki/FAQ -- 
> http://css-discuss.incutio.**com/<http://css-discuss.incutio.com/>
> List policies -- 
> http://css-discuss.org/**policies.html<http://css-discuss.org/policies.html>
> Supported by evolt.org -- 
> http://www.evolt.org/help_**support_evolt/<http://www.evolt.org/help_support_evolt/>
>

Is this a joke?

-- 
Boray Eris
www.pidizayn.com
______________________________________________________________________
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