Set the order of flexbox object elements:
pmyRedp{order:2;}
p#myBluep{order:4;}
p#myGreenp{order:3;}
p#myPinkp{order:1;}
Attributes | |||||
---|---|---|---|---|---|
order | 29.0 21.0 -webkit- |
11.0 | 28.0 18.0 -moz- |
9.0 6.1 -webkit- |
17.0 |
order property Sets or retrieves the order in which child elements of the flexbox model object appear. .
Note:If the element is not an element of the flexbox object, the order attribute has no effect.
order:number|initial|inherit;
Default value: | 0 |
---|---|
Inheritance: | No |
Animatable: | Yes,see individual properties. Please refer toCSS3 animation properties, CSS3 animation examples. Effect preview |
Version: | CSS3 |
object.style.order="2" Effect preview |
##Value | Description |
---|---|
number | The default value is 0. Specify the sequence of flexible projects. |
##initial | Set this property to its default value. See initial. |
##Inherit this property from the parent element. See inherit. | For more CSS order attributes of Flexible flexible box model and related articles, please pay attention to the PHP Chinese website! |