I want to limit a element to display only 1 line of text, with the remainder hidden (overflow:hidden), without setting a specific height. Is this possible with just CSS?
p#foo { white-space:nowrap; overflow:hidden; }