CSS3 display--overflow property for content that cannot fit in the box

Source: Internet
Author: User

Overflow property

1. If you set the overflow property value to hidden, the text beyond the fit will be hidden.

div{

Overflow:hidden;

}

2. If the overflow property value is set to scroll, a fixed horizontal scrollbar and a vertical scrollbar will appear in the DIV element, and the text will be scrolled when it exceeds the range of the DIV element.

div{

Overflow:scroll;

}

3. If the overflow property value is set to auto, the horizontal scroll bar or vertical scroll bar appears as needed when the text is outside the range of the div element, and scrolling displays content that is outside the range.

div{

Overflow:auto;

}

4. If you set the property value of the overflow property to visible, the text that exceeds the containing range is displayed as is when the overflow property is not used.

5.overflow-x Properties and Overflow-y properties

CSS3 display--overflow property for content that cannot fit in the box

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.