Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Does overflow belong to css3?

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/01 Report--

Most people do not understand the knowledge points of this article "overflow belongs to css3?", so the editor summarizes the following content, detailed content, clear steps, and has a certain reference value. I hope you can get something after reading this article. Let's take a look at this "overflow belongs to css3" article.

The overflow property does not belong to css3. The overflow attribute specification is defined in the css2 version and is not in the css3 version; but its related properties "overflow-x", "overflow-y" and "overflow-style" are in the css3 version.

The operating environment of this tutorial: windows7 system, CSS3&&HTML5 version, Dell G3 computer.

Overflow does not belong to css3.

The overflow attribute specifies what happens when the content overflows the element box.

This attribute defines what happens to the content that overflows the content area of the element. If the value is scroll, the user agent provides a scrolling mechanism whether it is needed or not. Therefore, it is possible that a scroll bar will appear even if everything can be dropped in the element box.

The overflow attribute specification is defined in the css2 version and is not part of the css3 version:

But the attributes related to overflow: "overflow-x", "overflow-y" and "overflow-style" belong to the css3 version

Attribute describes whether the CSSoverflow-x will crop the left / right edge of the content if the content overflows the content area of the element. 3overflow-y whether the upper / lower edges of the content are cropped if the content overflows the content area of the element. 3overflow-style specifies the preferred scrolling method for overflow elements. 3 above is about the content of this article "does overflow belong to css3?" I believe we all have a certain understanding. I hope the content shared by the editor will be helpful to you. If you want to know more related knowledge, please pay attention to the industry information channel.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report