Slide 19
Slide 19 text
Absolute positioning
- position: absolute
- Element’s position is set with respect to its containing element
- That is the first parent element with a position other than static
- Set top, bottom, left, or right
- in pixels, percentages, or em
- Element is taken out of the normal flow (no longer affects the
position of other elements)