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..
|
I need to show the ellipses(...) if the text overflows in DIVs and SPANs. I have a CSS attribute called I want to display the same in other browsers like Firefox/Chrome etc..
| |||
|
feedback
|
|
This article (http://mattlaine.com/blog/?p=49) explains how to do it for Firefox. There is also a jQuery plugin that will add the ellipses for Firefox.
| ||||
|
feedback
|
|
This property is not implemented in Firefox .. reference: https://developer.mozilla.org/en/CSS/text-overflow | |||
|
feedback
|