我有一個像下面的頁面;圖像顯示在塊<a> - CSS
<style type="text/css">
#div1 {
height: 100px;
background-color: #CCCCCC;
}
#div2 {
display: inline;
height: 48px;
margin: 0;
padding: 0;
position: relative;
white-space: nowrap;
}
#div2 a {
display: block;
background-color: #FF9900;
height: 51px;
width: 150px;
padding-right: 50px;
text-decoration: none;
word-wrap: break-word;
white-space: normal;
}
#div2 img {
border:0;
float: right;
}
</style>
<div id="div1">
<div id="div2">
<a href="">text1 text2 text3 text4 text5 text6 text7 text8<img src="image.jpg"></a>
</div>
</div>
我得到的是這樣的;
,我想這一點;
Here是小提琴。
親愛的看到我的回答,讓我知道如果我滯後一些地方。 – w3uiguru 2012-04-05 17:25:53
不,你不落後,你只是通過設置圖像的位置選擇另一種方法。但是我個人不喜歡在沒有必要的時候使用職位。只是個人喜好。 – 2012-04-05 17:29:04