Tagged Questions

72
votes
5answers
8k views

text-overflow:ellipsis in Firefox 4? (and FF5)

The text-overflow:ellipsis; CSS property must be one of the few things that Microsoft has done right for the web. All the other browsers now support it... except Firefox. The Firefox developers have ...
12
votes
2answers
1k views

Anybody know a way to use CSS text-overflow on text that's wrapping?

Does anybody know of a way to use {text-overflow: ellipsis;} on a piece of text that's wrapping to a second line? Adding {whitespace: nowrap;} makes text-overflow work, but I need the text to wrap so ...
3
votes
3answers
86 views

How to debug the different behavior of the same browser on the different platforms?

I am trying to use the text-overflow: ellipsis technique introduced in this article: http://mattsnider.com/css/css-string-truncation-with-ellipsis/ which works surprisingly wide across the browsers. ...
1
vote
2answers
265 views

Simulate text-overflow=“ellipsis” in CSS2

Is there any way to simulate text-overflow="ellipsis" using CSS2? I found this solution that emulates text-overflow:ellipsis in firefox with CSS but it's not working. I'm not interested in a ...
1
vote
1answer
2k views

how to obtain Text-overflow : ellipsis type style (…) in mozilla

I am trying to get ellipsis in Mozilla.I have found out some jquery plug in which helps to form ellipsis in Mozilla but when huge amount of data comes it does not handle well forming script error in ...
0
votes
1answer
672 views

AutoEllipsis in StatusStrip Label?

I'm coding a Windows Forms App that has a StatusStrip that displays status informations to the user, and hints when the mouse is over relevant things. However, when the program is on it's minimal ...