cfn:element_positioning
Table of Contents
3 types de positionnement en CSS :
- normal flow
- element floating
- absolute positioning
normal document flow
Empile les éléments les uns après les autres.
- position : static, relative, absolute, fixed, inherit
absolute positioning
retire l'élément du flow normal et le positionne. au niveau de l'élément parent en positionnement relatif le plus proche.
fixed positioning
positionnement toujours par rapport au viewport
element stacking
- z-index prop
cfn/element_positioning.txt · Last modified: 2015/12/22 21:24 by leo