Is it possible to make text overflow in a table cell?
Like this:
+TABLE-----------------------------------+
| +cell1-----+ +cell2-----+ +cell3-----+ |
| |          | |          | |          | |
| |          | |Example text overflow  | |
| |          | |          | |          | |
| |          | |          | |          | |
| +----------+ +----------+ +----------+ |
+----------------------------------------+
I tried overflow:visible and white-space:nowrap but not working.
 
    