Forum Moderators: not2easy
My main criteria is that the content areas do not overlap even when the user presses ctrl_key+plus_key to zoom into the page. Notice how the whole site just zooms and the scroll is added as the font size increases.
All suggestions welcomed.
Thanks in advance.
< no example urls.
See Posting Guide [webmasterworld.com] >
[edited by: tedster at 4:08 am (utc) on Sep. 20, 2007]
Gecko - CSS
div.mcol {-moz-column-count: 2;}
<div class="mcol"></div>
Webkit - CSS
div.mcol {
-webkit-column-count: 2;
-webkit-column-rule: 2px dotted #222;
}
<div class="mcol"></div>
- John