You are here: Reference > JavaScript > client-side > style handling > properties > browser specific extensions > webkitBoxLines
webkitBoxLines style property
Specifies or retrieves whether a flexible box should contain multiple lines of content, or not.
Syntax:
You can find the related objects in the Supported by objects section below.
This property is read/write.
CSS page for this property: -webkit-box-lines |
Possible values:
The type of this property is string.
One of the following values:
Takes the value of this property from the computed style of the parent element. | |||||||
The box should contain multiple lines. | |||||||
The box should only contain a single line. |
Default: single.
Supported by objects:
CSSStyleDeclaration, htmlElement.style
HTML elements:
a, abbr, acronym, address, b, bdo, big, blockquote, body, caption, center, cite, code, dd, del, dfn, dir, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, ins, isindex, kbd, label, legend, li, marquee, menu, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, td, textarea, th, tt, u, ul, var, xmp
Related pages:
MozBoxAlign
MozBoxDirection
MozBoxFlex
webkitBoxFlexGroup
webkitBoxLines
MozBoxOrdinalGroup
MozBoxOrient
webkitBoxShadow
webkitBoxSizing
MozBoxDirection
MozBoxFlex
webkitBoxFlexGroup
webkitBoxLines
MozBoxOrdinalGroup
MozBoxOrient
webkitBoxShadow
webkitBoxSizing
External links:
User Contributed Comments