Concatenating Text Within Fluid Container
It's a problem that derived originally from that one: Header misbehave on longer title I'm using now: .toolong { width: 230px; overflow:hidden; white-s
Solution 1:
You could simply set:
width: 100%;
See the modified Fiddle: http://jsfiddle.net/blocknotes/jguaxbsg/2/
If there is enough space on the window you can see the whole sentence, if you restrict the window the ellipsis appear to cut the string.
Post a Comment for "Concatenating Text Within Fluid Container"