I'm using the text-overflow
CSS property to get the ellipse effect, which I believe is only supported in IE as of now. My question is, I'm not looking for a work around to get it to work in Firefox, rather I am looking for a solution that gracefully degrades in other browsers instead of truncating the text abruptly. So, instead of ellipses in Firefox, it would fallback to a normal text wrap.
Not sure if this is possible considering text-overflow
is dependent on both the overflow
and white-space
properties...
Any help is greatly appreciated.