In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-15 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)05/31 Report--
This "html how to achieve content beyond automatic hiding" article most people do not understand, so the editor summarized the following content, detailed, clear steps, with a certain reference value, I hope you can get something after reading this article, let's take a look at this "html how to achieve content beyond automatic hiding" article it.
Html implements content beyond automatic hiding by adding an overflow attribute to the text content and setting the property value to hidden, for example, [div {overflow: hidden;}].
This article operating environment: windows10 system, html 5, thinkpad T480 computer.
In practice, we may need to display a long piece of text, but our text box size may not be that large, so what should we do? In fact, it is very simple, just let the content beyond the text box hidden. But what should we do to achieve this effect?
We only need to use the overflow property to achieve this effect.
The overflow attribute specifies what happens if the content overflows the box of an element.
Common attribute values:
Visible default value. The content will not be trimmed and will be rendered outside the element box.
The hidden content is trimmed and the rest of the content is not visible.
The scroll content is trimmed, but the browser displays a scroll bar to see the rest of the content.
Auto if the content is trimmed, the browser displays a scroll bar to view the rest of the content.
Inherit states that the value of the overflow attribute should be inherited from the parent element.
Code example:
(php.cn) div.ex1 {background-color: lightblue; width: 110px; height: 110px; overflow: scroll;} div.ex2 {background-color: lightblue; width: 110px; height: 110px; overflow: hidden;} div.ex3 {background-color: lightblue; width: 110px; height: 110px; overflow: auto;} div.ex4 {background-color: lightblue; width: 110px; height: 110px; overflow: visible;} overflow attribute
If the content in the element exceeds the given width and height attributes, the overflow attribute determines whether behaviors such as scroll bars are displayed.
Overflow: scroll: provide a large number of free, original, high-definition php video tutorials, and regular public welfare php training! Php from entry to mastery, one-stop php self-learning platform! overflow: hidden: provide a large number of free, original, high-definition php video tutorials, and regularly hold public welfare php training! Php from entry to mastery, one-stop php self-learning platform! overflow: auto: provide a large number of free, original, high-definition php video tutorials, and regularly hold public welfare php training! Php from entry to mastery, one-stop php self-learning platform! overflow: visible (default): provide a large number of free, original, high-definition php video tutorials, and regularly hold public welfare php training! You can modify the sample code online while learning to see the implementation effect! php from entry to proficiency, one-stop php self-learning platform! The above is about the content of this article on "how to achieve content beyond automatic hiding in html". 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.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.