![IE与Firefox换行样式_html](https://s2.51cto.com/images/blog/202108/07/5dd3fb60eb76a1955bcb646c703b542e.gif?x-oss-process=image/watermark,size_16,text_QDUxQ1RP5Y2a5a6i,color_FFFFFF,t_30,g_se,x_10,y_10,shadow_20,type_ZmFuZ3poZW5naGVpdGk=)
![IE与Firefox换行样式_3c_02](https://s2.51cto.com/images/blog/202108/07/af650cebf71fe2bff83e039f5b84a877.gif?x-oss-process=image/watermark,size_16,text_QDUxQ1RP5Y2a5a6i,color_FFFFFF,t_30,g_se,x_10,y_10,shadow_20,type_ZmFuZ3poZW5naGVpdGk=)
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<style type="text/css">
.wrap{
word-wrap:break-word; /* firefox */
/* 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-break:break-all; /* IE */
}
</style>
</head>
<body>
<div style="border:solid 1px red;">
<div style="border:solid 1px blue; width:50%; float:left; padding:0;" class="wrap">
Name:Name:Name:Name:Name:Name:Name:Name:Name:Name:Name:Name:Name:Name:Name:Name:Name:Name:Name:Name:Name:Name:Name:Name:Name:Name:Name:Name:Name:
</div>
<div style=" border:solid 1px green; width:48%; float:right; ">
<textarea style="width:100%; " rows="4" >
asdfalsdkjfalksjdflaksjdflkajsdflkasdfalsdkjfalksjdflaksjdflkajsdflkasdfalsdkjfalksjdflaksjdflkajsdflkasdfalsdkjfalksjdflaksjdflkajsdflkasdfalsdkjfalksjdflaksjdflkajsdflk
</textarea>
</div>
<br style="clear:both;" />
</div>
</body>
</html>