3
votes
8answers
305 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 …
2
votes
5answers
248 views
Overflowing HTML line text before it gets obscured by right aligned content
I've got some text that is displayed on a single line in a container that has a fixed width. If the text can't be contained within the width of the container the overflow is hidden. Any combination of …
1
vote
1answer
642 views
Using CSS text-overflow to vary the number of lines of text within an element of a set height
I'm deep into some iPhone (Safari/WebKit) web app development at the moment and want to have items of a set height with title text and body text such that 3 lines are always showing. If the title text …
0
votes
1answer
125 views
AutoEllipsis in StatusStrip Label?
Hi, 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 …
