CSS3 box-flex-group Property


Browser Support

Internet Explorer Firefox Opera Google Chrome Safari

The box-flex-group property is not supported in any of the major browsers.


Definition and Usage

The box-flex-group property is used to assign flexible elements to flex groups.

Tip: Elements that are flexible can shrink or grow as the box shrinks and grows.

Default value: 1
Inherited: no
Version: CSS3
JavaScript syntax: object.style.boxFlexGroup=2


Syntax

box-flex-group: integer;

Value Description
integer An integer (the first flex group is 1 and higher values are later flex groups)