Quote:
Originally Posted by ElMiko
Hmmm... wouldn't the "text-overflow: clip" clip/truncate the text?
Or, perhaps better stated: why wouldn't the "text-overflow: clip" clip/truncate the text? Will the "overflow" override the clip? But not the "white-space: nowrap"?
|
Do the try and you'll see

The property "text-overflow: clip" (or "text-overflow: ellipsis") will truncate the text (because the text's lenght is wider than the screen due to the property "white-space: nowrap") when is joined with "overflow: hidden". But when you employ "overflow: auto", then a scroll bar will be added so you can watch the full text.