Home > Article > Web Front-end > CSS--Layout
clear:
The value of this attribute indicates that no floatingobjects are allowed's edge.
Default value: none
##Value | Description |
Allow floating objects on both sides | |
No floating objects allowed on the left | |
No floating objects allowed on the right | |
No floating objects are allowed on either side |
The value of this property indicates how the object floats.Default value: none
Description | ##none |
left | |
right | |
Effect | |
clip:
Retrieve or set the
visual areaof the object. The part outside the visual area is transparent.The value of the attribute is absolute, and this attribute can be used.
auto | rect(num,num,num,num)
Default value: autoNote:The position attribute of the element must be absolute. The calculated coordinates of clip cropping are calculated starting from the upper left corner, that is, the (0,0) point
Description | none |
rect(num num num num) | |
Effect | |
The above is the detailed content of CSS--Layout. For more information, please follow other related articles on the PHP Chinese website!