1
我想對齊span元素右側的圖像。css右對齊span元素
我已經在td元素中工作得很好,但現在不能工作,因爲我已經將它移入了一個跨度。將不勝感激任何建議。
<div style="width:400px;">
<span style="display:inline-block;width:50%;" onclick="location.href='http://www.google.com'">Go to Google</span><span style="display:inline-block;width:50%;float:right;weight:bold;" onclick="location.href='http://www.yahoo.com';><img src="test.gif" width=40 height=40 border=0>Go to Yahoo</span>
</div>
你是什麼意思「對齊」?像這樣:http://jsfiddle.net/sVdE3/1/? – Passerby
其實,它是不對齊的圖像,事實上,它甚至不可見我在我和喲你jsfiddle。 – user1904273