Javascript Reference - HTML DOM Style columnFill Property








The columnFill property sets and gets how to fill columns, balanced or not.

Browser Support

columnFill No No No No No

Syntax

Return the columnFill property:

var v = object.style.columnFill 

Set the columnFill property:

object.style.columnFill='balance|auto|initial|inherit'

Property Values

balance
Default value. Columns are balanced.
auto
Columns are filled sequentially. Each column could have different lengths.
initial
sets to default value
inherit
Inherits this property from its parent element




Technical Details

Default Value: balance
Return Value: A string representing the column-fill property
CSS Version CSS3