0
根據文本結束的位置可以對齊背景圖像嗎?基於文本對齊bg圖像
演示代碼:
.textBox .text { padding-top: 8px; background: url('../images/text-top.gif') left top no-repeat; padding-right:15px; }
.textBox .bottom { padding: 0px 0px 20px 15px; background: url('../images/text-bottom.gif') right bottom no-repeat; }
<div class="textBox">
<div class="text">
<div class="bottom">blah blah blah multi-line text here</div>
</div>
</div>
我想做到的是在文字的末尾對齊的../images/text-bottom.gif。
和你的代碼有什麼問題? – Subdigger
bg圖像放在容器div的最右側 - 不在文本的末尾 – andrew