Property | Description | Values |
---|---|---|
bottom | Sets the bottom margin edge for a positioned box | auto length % inherit |
clip | Clips an absolutely positioned element | shape auto inherit |
cursor | Specifies the type of cursor to be displayed | url auto crosshair default pointer move e-resize ne-resize nw-resize n-resize se-resize sw-resizes-resize w-resize text wait help |
left | Sets the left margin edge for a positioned box | auto length % inherit |
overflow | Specifies what happens if content overflows an element's box | auto hidden scroll visible inherit |
position | Specifies the type of positioning for an element | absolute fixed relative static inherit |
right | Sets the right margin edge for a positioned box | auto length % inherit |
top | Sets the top margin edge for a positioned box | auto length % inherit |
z-index | Sets the stack order of an element | number auto inherit |
Last active
September 15, 2015 23:50
-
-
Save dannyvassallo/591420ae2cebda9eae3f to your computer and use it in GitHub Desktop.
All CSS Positioning Properties
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment