The client (CSS) resolves the automatic interception of string lengths and ... Replace

Source: Internet
Author: User
Tags header

Usually we read the title of the article, encountered too many characters, are through the program on the server to intercept a certain number of characters, and then add ... To achieve the title length intercept. In fact, we can also use CSS to control.

The actual columns are as follows:

.title
{
width:200px;
white-space:nowrap;
word-break:keep-all;
overflow:hidden;
text-overflow:ellipsis;
}

You can use span or div references, such as:

<span class=title> Client Resolution header display too long omit superfluous part and add ellipsis style </span>

<div class=title> Client Resolution header display too long omit superfluous part and add ellipsis style </div>

The above 2 cases show that after the 200px width of the style definition is exceeded, the following characters will be ... Replace.

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.