CSS overflow attributes

Source: Internet
Author: User
Document directory
  • Description
  • Script Syntax:
Definition

OverflowAttribute setting occurs when the content of an element overflows its region.

Inheritance: No

Description

This attribute defines how the content of the overflow element content area will be processed. If the value is scroll, the user agent provides a rolling mechanism whether or not required. Therefore, a scroll bar may appear even if all content can be put in the element box.

Javascript syntax

CSS attributes can also be dynamically changed through a piece of JavaScript.

Script Syntax:
Object. style. Overflow = "hidden"

In our HTML Dom tutorial, you can find more details about the overflow attributes.

In our HTML Dom tutorial, you can also find the complete style object reference manual.

Example
P {Overflow: Scroll}
Possible Value
Value Description
Visible Default value. The content will not be trimmed and will be displayed outside of the element.
Hidden The content will be trimmed, but the browser will not display the scroll bar for viewing the content.
Scroll The content is trimmed, but the browser displays a scroll bar to view other content.
Auto If the content is trimmed, the browser displays a scroll bar to view other content.
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.