Firefox wraps text inside spans and divs neatly without expanding them. I'm having trouble achieving this with IE. IE only wraps words at word separators like spaces or hyphens. If the text does not contain spaces or hyphens the span expands in width. How do I get it to wrap arbitrarily and maintain the width of the span (or div) ?
|
feedback
|
|
Try the
| |||
|
feedback
|
|
IE requires a special property. If JQuery is an option for you try the jQuery word wrap plugin | |||
|
feedback
|
|
Try something like this:
Taken from -ms-word-wrap Attribute Edited a bit. | |||
|
feedback
|