More actions
Note: Columns are currently supported only by newer versions of Gecko-based browsers (such as Mozilla Firefox) and WebKit-based browsers (such as Google Chrome and Safari). All versions of Internet Explorer through to version 9 and Opera through to version 11.0 do not support columns. See here for more information.
This template is a shortcut for producing columns using CSS (more info). It generates the CSS for various browsers. Supported browsers are the current versions of Firefox, Safari and Chrome.
Usage
Insert this template within a style tag of any block-style element:
{{column-width | [column width]}}
The default column width is auto
, a keyword indicating that the width of the column should be determined by other CSS properties, like column-count=
.
Example
<div style="{{column-width|15em}}">Lorem ipsum...</div>
will produce:
See also
- {{column-count}}
- {{column-rule}}
- {{column-gap}}