I have used a jquery plugin for getting ellipsis in mozilla but I want to know other methods to get the ellipsis because the plugin I have used showing script error in some cases. /******edited**********/ I have used the plugin

jquery.text-overflow.js

And the script error ask to disable script in the page

link|improve this question

78% accept rate
Hi! Could you post the code you used, the url of the plugin you tried, and which error message you are getting, and in which line? – Spiny Norman Jan 11 '11 at 9:12
please find the updated portion – Poornima Jan 11 '11 at 10:07
Ok, thanks. I think your best bet will be to follow @Spudley's link and use the workaround detailed in his post, this seems to be the cleanest way to do this. Good luck! – Spiny Norman Jan 11 '11 at 10:12
yes link that Spudley gave helped me to solve my issue. – Poornima Jan 11 '11 at 11:22
feedback

1 Answer

up vote 3 down vote accepted

Firefox / Mozilla does not currently support text-overflow:ellipsis;

There is a work-around - see this question on SO for a detailed answer: how to obtain Text-overflow : ellipsis type style (...) in mozilla

link|improve this answer
thanks this worked well – Poornima Jan 11 '11 at 11:21
@Poornima - just so you know, Firefox v4 will still not support ellipsis, but also the work around no longer works. No solution yet, but still looking (see my question here for more info: stackoverflow.com/questions/4927257/…) – Spudley Feb 19 '11 at 14:22
text-overflow:ellipsis; just made it into Aurora, meaning it should be in Firefox by Firefox 7! hacks.mozilla.org/2011/07/aurora7 – MatrixFrog Jul 7 '11 at 21:10
@Matrix - that's a relief. – Spudley Jul 8 '11 at 8:00
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.