直接给人人代码以下:
- width: 200px; /* 必须界说宽度按照需求设置装备摆设,可设置百分百 */
- word-break: break-word; /* 文本行的任意字内断开 */
- word-wrap: break-word; /* IE */
- white-space: -hp-pre-wrap; /* HP printers */
- white-space: -o-pre-wrap; /* Opera 7 */
- white-space: -pre-wrap; /* Opera 4-6 */
- white-space: -moz-pre-wrap; /* Mozilla */
- white-space: pre; /* CSS2 */
- white-space: pre-wrap; /* CSS 2.1 */
- white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
须要强制换行的对象加之以上代码就可。确凿兼任各大阅读器,考虑几大阅读器兼容换行,打点一连不空格的数字、字母太多后定格左边不换行办法。
如需转载,请注明文章出处和来源网址:http://www.divcss5.com/jiqiao/j52657.shtml