box-ordinal-group property
Author admin Reading 1 min Views 524 Published by Modified by
Definition and Usage
The box-ordinal-group property specifies the display order of the child elements of a box.
Elements with a lower value are displayed before those with a higher value.
Note: The display order of the elements with the same group value depend on their source order.
| Default value: | 1 |
| Inherited: | no |
| Version: | CSS3 |
| JavaScript syntax: | object.style.boxOrdinalGroup=2 |
Syntax
box-ordinal-group: integer;
Values
| Value | Description |
| integer | An integer that indicates the display order of the child elements |
Examples
06 | border:1px solid black; |
11 | -moz-box-ordinal-group:1; |
12 | -webkit-box-ordinal-group:1; |
18 | -moz-box-ordinal-group:2; |
19 | -webkit-box-ordinal-group:2; |