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

webkitBoxFlexGroup style property

Browser support:
Specifies or retrieves the flexibility of an element group.
Only works for elements in a box object. An element is a box object if the display property of the element has the value of -webkit-box or -webkit-inline-box.

Syntax:

object.webkitBoxFlexGroup;
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-flex-group

Possible values:

The type of this property is string.
 One of the following values: 
flexibility (non-negative integer)
Integer, the priority of flexibility according to the group.
inherit
Takes the value of this property from the computed style of the parent element.
Default: 1.

Supported by objects:

Related pages:

External links:

User Contributed Comments

Post Content

Post Content