5
如何在容器內部的內部浮動元素之前進行文本換行?如何在容器內的內部浮動元素之前進行文本換行
這裏就是我試圖做...
http://codepen.io/W3Max/pen/tKwqz
<div>
<div style="height:100px;width:300px;background-color:blue;float:left;"></div>
<div style="height:100px;float:left;word-wrap: break-word;background-color:green;">sdffds dgsdfgsdg sdfgsdfg sdfgsdfg ijhjkhkh lkjlk</div>
<div style="height:100px;width:300px;background-color:red;float:left;"></div>
</div>
我想綠色格中的文本(中)包裹在我調整屏幕大小時,在行換行之前。
我寧願支持IE9。沒有flexbox可能嗎?
謝謝!與此相比,我有點偏離了我的舒適區。 – W3Max 2014-10-19 21:44:34