word-wrap:break-word not working in IE8

Viewed 50850
5 Answers

I found that to apply word-wrap to a td (table cell) I needed to style the table element with table-layout: fixed. (IE8 standards mode.)

Related