column-count property

Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
1 out of 2 rated this helpful - Rate this topic

Gets or sets the optimal number of columns in a multi-column element.

This property is read/write.

Internet Explorer 10

Syntax

column-count: count | auto

Property values

The number of columns.

count

An integer value that specifies the number of columns in the multi-column element.

auto

Default. The number of columns is determined by the values of other property values of the multi-column element, such as columnWidth.

CSS information

Applies Tonon-replaced block-level elements (except table elements), table cells, and inline-block elements
Mediavisual
Inheritedno
Initial Valueauto

Remarks

The actual column count may vary from the value specified due to available space.

To ensure the specified value is used, all length property values of the multi-column element must be specified.

See also

CSSStyleDeclaration
currentStyle
style
address
blockQuote
div
dl
fieldSet
form
noFrames
noScript
ol
p
pre
table
ul
dd
dt
li
tBody
td
tFoot
th
tHead
tr
button
del
ins
map
object
script

 

 

Send comments about this topic to Microsoft

Build date: 11/29/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

© 2013 Microsoft. All rights reserved.