forum

Home / DeveloperSection / Forums / word-break and word-wrap is not work in opera and mozilla (less than 17.0 version).

word-break and word-wrap is not work in opera and mozilla (less than 17.0 version).

Pravesh Singh 3345 25-Apr-2013
I want to break a word which is in a table and table is under a div its work proper in all browser but in opera and mozilla (less than 17.0 version) it don't work.
Below is my code which  is use in my web page.
<div style="width: 100px; border-bottom: 1px solid #686c71; word-break: break-all;
    word-wrap: break-word;">
<table>
     <tr>
          <td>
WWWWWWWWWWWWWWWWWWWWWWWWWWWWW
          </td>
     </tr>
</table>
</div>


Updated on 26-Apr-2013

Can you answer this question?


Answer

1 Answers

Liked By