为什么在下面的例子中没有word wrap属性正常工作?
http://jsfiddle.net/k5VET/739/
我可以做些什么来确保“consectetur”这个词的一部分适合第一行呢?我想要最大数量的字符适合每一行。
css是:
#fos { font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-size:14px; font-weight: normal; line-height: 18px; width: 238px; height:38px; cursor: pointer; word-wrap:break-word; border:2px solid; }@H_403_10@