html - How to divide a large text into multiple chunks, all with the same max-height? -
css3's column-module allows divide text multiple columns. either
1) specifying column-height property (all columns have same author-defined height, column count dynamic)
or,
2) specifying column-count property (all columns have same computer-generated height, number of columns defined author).
what have option 1, instead of having columns next each-other i'd have them underneath each other. way wouldn't columns, more rows defined height.
this way text divided pages of same height. (like when print out webpage.)
any ideas on how achieve this? ( project requires webkit-support. )
the column module won't that. better off declaring class on div declared height. if you're looking dynamic columns, may need programming via js or php.
Comments
Post a Comment