How to mimic word-break: break-word; for IE9, IE11 and Firefox?
word-break: break-word;
It seems to work in Chrome. I have learnt and understood that it is a is non-standard, webki
#grid2{ white-space: pre-wrap; word-wrap: break-word; }
This should work for IE11, but not for IE9