首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

英文长字符串自动换行有关问题,兼容IE Firefox chrome

2012-08-24 
英文长字符串自动换行问题,兼容IE Firefox chromestyle typetext/css!--/* 自动换行 */.atuo_break_

英文长字符串自动换行问题,兼容IE Firefox chrome

<style type="text/css"><!--/* 自动换行 */.atuo_break_line {white-space: pre-wrap;       /* css-3 */white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */white-space: -pre-wrap;      /* Opera 4-6 */white-space: -o-pre-wrap;    /* Opera 7 */word-wrap: break-word;       /* Internet Explorer 5.5+ */}--></style><div class='atuo_break_line' style='width:780px'>xxxxxxxxx</div>
?

热点排行