I'm having some text in an inline-block div with a fixed height and width: http://jsfiddle.net/Jeroen94/LUJ8S/1/. I've hidden the y-overflow
with overflow-y: hidden
, but that kind of cuts my words horizontally sometimes. Therefore, I'd like to add something like "(...)" underneath the last fully shown sentence with . The end result should look like:
This is some text.
This is some text.
This is some text.
(...)
Is it possible to do this with CSS?