Using text-overflow
to indicate text overflow
Some text that will overflow. Look at what it does in this case. Some text that will overflow. Look at what it does in this case. Some text that will overflow. Look at what it does in this case. Some text that will overflow. Look at what it does in this case. Some text that will overflow. Look at what it does in this case. Some text that will overflow. Look at what it does in this case.
overflow: hidden; text-overflow: ellipsis; -o-text-overflow: ellipsis; white-space: nowrap; width: 100%; }
At the moment this only works in Internet Explorer (and in Opera 9.0 TP2, using -o-text-overflow: ellipsis;
).
Home - More stuff