Is it possible to implement the effect of overflow:ellipsis with javascript or css?
Posted
by wamp
on Stack Overflow
See other posts from Stack Overflow
or by wamp
Published on 2010-06-08T08:11:21Z
Indexed on
2010/06/08
8:22 UTC
Read the original article
Hit count: 264
I want to show ... when overflow happens,
but sadly in css there is only overflow:hidden which is near but not exact what I want.
Is it possible to implement it ?
© Stack Overflow or respective owner