Consider this example.

<style>p { margin:0; height:50px; }
<div style="-moz-column-count:2; height:200px;">
  <div style="height:100px;">
    <p>&nbsp;hello
    <p>&nbsp;hello
    <p>&nbsp;hello
    <p>&nbsp;hello
    <p>&nbsp;hello
    <p>&nbsp;hello
  </div>
  <p>X
</div>

What should the rendering be?

I'm guessing

 hello    hello
 hello    hello
Xhello
 hello

But that's rather nasty for hopefully obvious reasons...

_______________________________________________
mozilla-layout mailing list
[email protected]
http://mail.mozilla.org/listinfo/mozilla-layout

Reply via email to