Tagged Questions
15
votes
15answers
12k views
How can I mimic text-overflow: ellipsis in Firefox?
I have some dynamic text contained in a div that is set to whatever a user enters in a textbox field. If the text doesn't fit in the div, right now it just gets cut off at the edge and all the text ...