CSS implementation of text content beyond the set width with the ellipsis instead of the rest (code)

Source: Internet
Author: User
This article gives you the content is about CSS implementation of text content if beyond the set width of the ellipsis instead of the rest of the content (code), there is a certain reference value, there is a need for friends to refer to, I hope that you have some help.

CSS beyond a certain width with ellipses ... Instead, how to achieve it? The following code:

. Content. Navleft. histiry>ul{width:200px;}. Content. Navleft. Histiry>ul li{margin-left:10px;height:20px;line-height:20px;color: #999; font-size:12px;cursor :p ointer;/* Mouse on the small hand */word-break:keep-all;/* do not change the line * * *       white-space:nowrap;/* NOT line * * *      overflow:hidden;/* Hide out of bounds when content is out of width *       /text-overflow:ellipsis;/* displays an ellipsis (...) when text overflows inside an object; use with Overflow:hidden; */}

Note: The last 4 code will put, UL Li before the default origin "•" changed, we can use input method to knock on a border-radius:50%, or with the implementation of the.

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.