css - Table - nowrap in two lines? -


please take on thic code:

td {     max-width: 80px;     overflow: hidden;     text-overflow: ellipsis;     white-space: nowrap; } 

http://jsfiddle.net/kd4zf/ want "td" description cell display in 2 rows. overflow should hidden. white-space: nowrap; display 1 row, , without text showing. ideas?

add :before , :after td refer http://jsfiddle.net/microbians/csyjc/


Comments