摘要: 我们在div等容器 中,如果规定了宽度,并且里面的内容不是全英文或者全数字是OK的,会自动换行,但是如果是全数字或者是全英文,则会撑破容器,如图 解决方法 word-wrap:break-word;word-break:break-all; 阅读全文
posted @ 2013-08-01 16:35 梨花驿路 阅读(316) 评论(0) 推荐(0) 编辑
摘要: html body div.clear,html body span.clear{ background: none; border: 0; clear: both; display: block; float: none; font-size: 0; margin: 0; padding: 0; overflow: h... 阅读全文
posted @ 2013-08-01 11:04 梨花驿路 阅读(292) 评论(0) 推荐(0) 编辑