Can anyone please tell me why word-wrap: break-word will not work in IE8?
word-wrap: break-word
I have this working in other browsers but IE8 refuses to listen despite reading this post on their site?
http://msdn.microsoft.com/en-us/library/ms531186(VS.85).aspx
Thanks
If I recall correctly, word-wrap: break-word; is indeed supported in Internet Explorer 8, but the styled element must have layout.
word-wrap: break-word;
2.1m questions
2.1m answers
60 comments
57.0k users