html - ellipsis for multiline text in Chrome -
is there -o-ellipsis-lastline google chrome?
i'm building chrome extension , ellipsize multiline text using css.
it impossible create ellipsis pure css due w3 spec text-overflow.
but if developing chrome extensions have using javascript, here demos , plugins solve problem:
- http://www.codeitbetter.co.uk/widgets/ellipsis/
- http://jsfiddle.net/danesparza/tf6rb/1/
- http://jsfiddle.net/mpksf/
- http://jsfiddle.net/vpmbl/
- https://github.com/pvdspek/jquery.autoellipsis
i'm using last plugin on own projects.
Comments
Post a Comment