Both "word-break: break-all" and "max-width" for images don't work in IE8
Beta 2 anymore in a fluid width table cell.
word-break worked in IE6 & 7, max-width worked in IE7. Even Firefox (3)
added word-break now and
afaik it is going to be added to CSS 3, please do
include it in IE8 too. The example where it didn't work was <div
style="word-break:break-all"><table width="100%"><tr><td><div
id="content">wrap content and resize big images</div></td></tr></table></div>
with word-break on the outer div and max-width on the inner div like so
div#content img {max-width: 100%; height: auto }
----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.
http://www.microsoft.com/communities...orer. general