I have <span class="text">11-12.SL.1 Some long text</span> where text has the following styles applied:
clear: left;
display: inline;
white-space: nowrap;
word-wrap: normal;
IE however, doesn't respect the white-space parameter.

vs Firefox, which respects it properly.

How can I get IE to respect it?
word-wrapwhich is a CSS3 property? – Andrew Peacock Aug 10 '11 at 16:09word-wrapdoesn't seem to be the issue. Thewhite-spacedoes. For reference, I'm using IE8. – Shamoon Aug 10 '11 at 17:37