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
Comments
Post a Comment