Graphic CSS (7): Size, positioning, cutting, and scroll bar

Source: Internet
Author: User
Widthheightmax-widthmax-heightmin-widthmin-heightposition-top, right, bottom, leftz-indexclipoverflow (overflow-X, overflow-y) scrollbar-base-colorscrollbar-face-colorscrollbar-track-colorscrollbar-arrow-colorscrollbar-shadow-colorscrollbar-darkshadow-colorscrollbar-highlight-colorscrollbar-3dlight-color

  

Width, height:


Max-width, Max-height, Min-width, and Min-height. You must specify the doctype as follows:
<! Doctype HTML public "-// W3C // dtd html 4.01 // en" "http://www.w3.org/TR/html4/strict.dtd">
(Why? I do not know for the time being; When doctype is included, use this tool to manually refresh it .).


Position:
Static (automatically by default ),
Absolute (absolute positioning ),
Relative (relative positioning ),
Fixed (absolute positioning and does not scroll with the scroll bar; to make the fixed Positioning Method valid, you must specify doctype as above ).


Z-index:


Clip: rect (upper right bottom left); if the value is auto, It is not cut; it is valid only when position: absolute is specified.



Overflow: visible, auto, hidden, scroll.





Custom scroll bar color:
Scrollbar-base-color, scrollbar-face-color,
Scrollbar-track-color, scrollbar-arrow-color,
Scrollbar-shadow-color, scrollbar-darkshadow-color,
Scrollbar-Highlight-color, scrollbar-3dlight-color









Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.