Friday, 6 September 2013

Table-cell - width: 100% with table-layout: fixed;

Table-cell - width: 100% with table-layout: fixed;

This is the code without table-layout: fixed http://jsfiddle.net/CDUBv/11/
Needs be of table-layout: fixed because this is how it works word-wrap:
break-word. Here, however, what happens if I add it:
http://jsfiddle.net/CDUBv/12/ How to solve? word-break: break-all in the
first page or add stable width in first div is not the solution.

No comments:

Post a Comment