You are here: Reference > JavaScript > client-side > style handling > properties > browser specific extensions > webkitBoxFlexGroup
webkitBoxFlexGroup style property
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:
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:
Integer, the priority of flexibility according to the group. | |||||||
Takes the value of this property from the computed style of the parent element. |
Default: 1.
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
webkitBoxLines
MozBoxOrdinalGroup
MozBoxOrient
MozBoxPack
webkitBoxShadow
webkitBoxSizing
MozBoxDirection
MozBoxFlex
webkitBoxLines
MozBoxOrdinalGroup
MozBoxOrient
MozBoxPack
webkitBoxShadow
webkitBoxSizing
External links:
User Contributed Comments