This content has been marked as final.
Show 3 replies
-
1. Re: Problem with text-overflow:ellipsis
Nancy O. Apr 29, 2013 4:01 PM (in response to matthew stuart)I like this jQuery Condense Plugin.
https://github.com/jsillitoe/jquery-condense-plugin
You can configure it to truncate text to however many characters you wish.
I have a working example below. Click the MORE+ or LESS+ links to see it in action.
http://alt-web.com/FluidGrid/Fluid2.html
Nancy O.
-
2. Re: Problem with text-overflow:ellipsis
matthew stuart Apr 29, 2013 4:39 PM (in response to Nancy O.)So, just to clarify, it's not possible with CSS alone then. From what I have found on the net, it doesn't seem a straight forward thing to do.
-
3. Re: Problem with text-overflow:ellipsis
Nancy O. Apr 29, 2013 4:43 PM (in response to matthew stuart)Right. CSS Ellipsis works on a single line of text only. Also, it won't work in older browsers. That's why I use jQuery.
Nancy O.



