CSS truncation title

Source: Internet
Author: User
Uses the text-overflow attribute of CSS to capture titles based on the size of the display area. Program Automatic title capturing has two advantages:

(1) because the Chinese and English fonts have different widths, the program automatically intercepts the title, and the length may be uneven. With CSS, you can extract titles based on the size of the display area to make the display effect more neat.

(2) Output The Complete title, which helps search engines identify the Complete title content.

Parameters:
Clip: do not show the omitted mark (...), but simply crop
Ellipsis: when the object text overflows, the omission mark (...) is displayed (...)

Note: sets or retrieves whether to use an omitted mark (...) to indicate text overflow in the object.

Example:

Div { Text-Overflow : Clip ;   }
Div {
Width : * ** PX ;   /* Define the display area width */
Text-Overflow : Ellipsis ;
Overflow : Hidden ;   /* Compatible with FF, which hides parts that exceed the length */
White-space : Nowrap ;   /* To force text overflow and apply the ellipsis value, you must define text content not to wrap */
}
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.