Word-wrap is not working in FF 2.0. I know FF above 2.0 supports this word-wrap. But I want to know is there any alternatives do fix this issue for FF2.0. It works fine with all IE versions.
.wrapgridtext
{
word-break : break-all;
max-width : 0;
word-wrap: break-word;
}
this class is applied to the "td" in a table where it has width as 130px.
Any help would be appreciated.