Commonly used css property

Css tags commonly used:
1. Set p indent tag:
text-indent: 2em; (indented two characters)
2. Force not wrap:
White-Space: nowrap;
3.a label removal style:
text-Decoration : none;
4.div justification:
text-align = left: the justify;
5.cursor properties:
@ style when the mouse cursor on the display element
URL url custom cursor required for use. Note: Always define a generic cursor at the end of this list, in case there is no available cursor defined by the URL.
There style:
default default cursor (typically an arrow)
Auto default. Cursor browser settings.
reticle crosshair cursor displays.
pointer cursor displays indicating the link pointer (a hand)
Move cursor This indicates an object may be moved.
This e-resize cursor indicates the edge of the rectangular frame may be to the right (east) moves.
ne-resize The cursor indicates the edge of the rectangular frame may be moved upward (north / east) and the right.
nw-resize The cursor indicates the edge of the rectangular frame may be moved upward (North / West) and left.
n-resize cursor indicates this rectangle edges may be up (North) movement.
se-resize The cursor indicates the edge of the rectangular frame may be moved downwardly and to the right (South / East).
sw-resize The cursor indicates the edge of the rectangular frame may be moved to the left and downwards (South / West).
s-resize The cursor indicates the edge of the rectangular frame may be moved downward (south).
w-resize The cursor indicates the rectangular frame edge may be shifted to the left (west).
This text cursor indicating a text.
This wait cursor indicates that the program is busy (usually a table or hourglass).
The cursor indicates the available help assist (often a question mark or a balloon).

Guess you like

Origin www.cnblogs.com/tsim/p/11326278.html
Recommended