How to show ellipses to the overflew text for HTML elements in Firefox ?
Posted
by Purushotham
on Stack Overflow
See other posts from Stack Overflow
or by Purushotham
Published on 2010-06-18T06:50:33Z
Indexed on
2010/06/18
6:53 UTC
Read the original article
Hit count: 256
I need to show the ellipses(...) if the text overflows in DIVs and SPANs.
I have a CSS attribute called text-overflow:ellipses
. But this works only in IE.
I want to display the same in other browsers like Firefox/Chrome etc..
© Stack Overflow or respective owner