Why doesn\'t word wrap property work properly in the example below?
http://jsfiddle.net/k5VET/739/
What can I do to ensure that part of the word \'consectetur\'
This is useful for wrapping text in one line:
#fos { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 100%; }