HTML columns layout with fixed height and horizontal scroll
问题 For an android project, I need to show a view (WebView), that dynamically loads content. Content items will be <div class="content-item"> tags that are added by JavaScript to <div class="content-holder"> after page has loaded. The design is such that: List item Content items will be layed out in fixed-width columns. Content items do not necessarily have same height. Height of any column must not exceed screen height. If a column is full, additional content will be put in next column(create