You are here: Reference > JavaScript > client-side > style handling > properties > browser specific extensions > webkitBoxLines

webkitBoxLines style property

Browser support:
Specifies or retrieves whether a flexible box should contain multiple lines of content, or not.

Syntax:

object.webkitBoxLines;
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: 
inherit
Takes the value of this property from the computed style of the parent element.
multiple
The box should contain multiple lines.
single
The box should only contain a single line.
Default: single.

Supported by objects:

Related pages:

External links:

User Contributed Comments

Post Content

Post Content