CSSpositioning
CSSpositioning
Positioning
Value Description
Value Description
shape Clips an element. The only valid value
is: rect (top, right, bottom, left)
auto No clipping will be applied. This is
default
cursor Property
se-resize The cursor indicates that an edge of a box is to be moved down and right
(south/east)
sw-resize The cursor indicates that an edge of a box is to be moved down and left
(south/west)
text The cursor indicates text
w-resize The cursor indicates that an edge of a box is to be moved left (west)
wait The cursor indicates that the program is busy
overflow Property
Value Description
visible The overflow is not clipped. It renders outside
the element's box. This is default
hidden The overflow is clipped, and the rest of the
content will be invisible
scroll The overflow is clipped, but a scroll-bar is added
to see the rest of the content
auto If overflow is clipped, a scroll-bar should be
added to see the rest of the content
position Property
Value Description
static Default. Elements render in order, as they appear
in the document flow
absolute The element is positioned relative to its first
positioned (not static) ancestor element
fixed The element is positioned relative to the browser
window
relative The element is positioned relative to its normal
position, so "left:20" adds 20 pixels to the
element's LEFT position
z-index Property
Value Description