Questions tagged [column-count]

The column-count CSS property describes the number of columns in an element.

The column-count CSS property describes the number of columns in an element.

Further Reading

129 questions
0
votes
1 answer

CSS3 column baselining

I am displaying a large number of tables inside a div. I have divided this div into columns using CSS column-count. However, due to baselining, It is enlarging cells to line up with tables adjacent to each other. Specifying the heights, even with…
Michael Brown
  • 498
  • 4
  • 13
0
votes
2 answers

3 divs in a line, responsive (change divs size instead of dropping to new line)

I want to have 3 divs/images (admin has divs, result page has images) in one line, there are 8 of them or more/less (its dynamic). I used column-count and well, it worked OK, but I have couple problems with it. First is support, as I have to…
MiChAeLoKGB
  • 796
  • 14
  • 38
0
votes
1 answer

Text Truncated In 2 Column Layout

I'm using the following code to allow text to flow over to a second column. Everything is fine except that the top of the letters are cut off at the bottom of the first column and the remaining portion of the letters appear at the top of the second…
Alex Williams
  • 99
  • 1
  • 3
  • 15
0
votes
1 answer

Hanging list bullets with column-count in WebKit

In Chrome and Safari, the following code to have hanging punctuation in lists, as well as CSS3 multiple columns, hides the list bullets. Works as expected in Firefox (with -moz-column-count).