CSS2 - Position Properties
This is a complete reference guide for web developers where we have listed all the CSS properties related to Position defined in the World Wide Web Consortium's Recommended Specification for Cascading Style Sheets, Level 2.
Click any property to see its description with examples −
| Sr.No. | Property & Description |
|---|---|
| 1 | bottom
Used with the position property to place the bottom edge of an element. |
| 2 | clip
Sets the clipping mask for an element. |
| 3 | left
Used with the position property to place the left edge of an element. |
| 4 | overflow
Determines how overflow content is rendered. |
| 5 | position
Sets the positioning model for an element. |
| 6 | right
Used with the position property to place the right edge of an element. |
| 7 | top
Used with the position property to place the top edge of an element. |
| 8 | vertical-align
Sets the vertical positioning of an element. |
| 9 | z-index
Sets the rendering layer for the current element. |