One, Display:none hidden block display
Visibility:hidden Hidden Visible Display
The values for both the Display:none and Visibility:hidden properties are hidden, but they are somewhat different from the hidden pair.
The difference between display and visibility is that the display hides the same element, and the visibility hides the position of the element, but the content is hidden.
Second, hover: is not a style, with the ID of the element or class, followed by a colon hover, representing the mouse on this element to show which styles
For example:
Third, overflow
Available values
Th align= "left" valign= "top" description |
visible |
the content is no T clipped. It renders outside the element content will not be omitted. Appears outside the element |
hidden |
the content is clipped, but the browser Does not displays a scroll-bar to see the rest of the content content is omitted, but the browser does not display scroll bars to view the rest of the content (out of range hiding) |
scroll |
the content is clipped and the browser displays a Scroll-bar to See the rest of the contents content is omitted, but the browser displays scrollbars to view the remaining content |
auto |
if the content is clipped, the browser should display a Scroll-bar to see the rest of the content if the contents are omitted, the browser will display Show scroll bar |
Four, Borer-radius (border fillet)
Display of CSS, hover, overflow, © (copyright symbol), Borer-radius (border fillet)