css - Word-wrap not working in Internet Explorer -


when i'm using word-wrap:break-word browser mode: ie9 compatibility view , document mode: ie7 standards working fine. when change document mode: ie9 standards, not working. i've tried using -ms-word-wrap:break-word giving me same result.

document type definition: dtd/xhtml1-transitional.dtd

can tell me why , if there workaround cope ?

you need have

table {     width:100%;     table-layout:fixed; } 

and put word-wrap in table,td,th not span

http://jsfiddle.net/d6vsd/7/


Comments

Popular posts from this blog

node.js - Bad Request - node js ajax post -

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -