DIV文字自动换行的实现
?? 对想让其中文字自动换行的DIV添加以下样式
?
white-space:normal;word-break:break-all;overflow:hidden;
? ,此方法在FF3与IE7上测试通过