html - Text all on one line causes problems with table-cell -


the text on 1 line causes several errors, not considered width of table, , of cell (#tablecell-b, 70px) overflow: hidden.

jsfiddle: http://jsfiddle.net/8pxjd/

the algorithms table layout , width calculations described in css specs quite complex – won’t work want to.

but ins case, should fixable quite easy – adding table-layout:fixed table element, see jsfiddle.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -