I have a p-tag with a specific width and height. I want to use text-overflow:ellipsis to get ... if the text in the tag is too long. I this possible to solve with css on multiline text?
|
feedback
|
|
Googling doesn't reveal anything even remotely promising, so I'm going to say that it's not possible. I did find There's also a similar WebKit-only solution: http://dropshado.ws/post/1015351370/webkit-line-clamp | |||||||||||
feedback
|
|
HTML offers no such feature, and this is very frustrating. That's why i have developped a small library to deal with this issue. The library provides objects to modelize and perform letter-level text rendering. This should do just what you need: Read more at http://www.samuelrossille.com/home/jstext for screenshot, tutorial, and dowload link. | |||||
feedback
|
text-overflow:ellipsisdoesn't work at all in Firefox yet (apparently planned for FF7 when it gets released). – Spudley Jul 30 '11 at 15:00