What would be CSS(3)-only way of making a table, that has mixture of fluid, content based and fixed width columns? Don't really care of supporting old browsers, IE9+ would be fine.
+----------------------+------+---------------+------+----------------------+----------------------+
| Content width column | 50xp | <-- Fluid --> | 20px | Content width column | Content width column |
+----------------------+------+---------------+------+----------------------+----------------------+
Fluid column is expected to have text-overflow: ellipsis
property.
Or it's not even possible? What would be an alternative to tables? Floats?
The problem I'm getting is that I need to specify width of "content based column", and it applies the width property, which is lower than content: http://plnkr.co/edit/rqrpb8oMFDDyogXSon6y?p=preview