With CSS, use “…” for overflowed block of multi-lines

后端 未结 16 2605
情话喂你
情话喂你 2020-11-22 07:15

with

overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;

\"...\" will be shown in the end of the line if overflowed. However, t

16条回答
  •  借酒劲吻你
    2020-11-22 07:50

    Just want to add to this question for completeness sake.

    • Opera has non-standard support for this called -o-ellipsis-lastline.
    • dotdotdot is a great jQuery plugin I can recommend.

提交回复
热议问题