可能重複:
How do I get a div to float to the bottom of its container?浮動跨度右下角一個div內
我有這樣的代碼浮動一個div一個div的底部右側。但跨度卡在左上角。
<div id="color_tile" class="select_tile" title="Choose color" style="background: grey; background-image: url(wallpaper/201_color_picker.jpg);" >
<span id="color_picker" style="visibility: visible; display: block; float: right; vertical-align: bottom;"></span>
</div>
是否有不同的方法來放置跨度?
給div一個相對位置,跨度爲絕對位置,bottom和right設置爲零。 – j08691
澄清你的問題,因爲你想保持與其餘項目的流量。只有理智的解決方案,我可以想出你已經有了什麼(減去垂直對齊,這是沒有意義的),所以你可能做了其他的錯誤。 – sg3s
另請參閱:[繞底部右分隔文本](http://stackoverflow.com/questions/499829/css-wrap-text-around-a-bottom-right-div)。 – Phrogz