我很新的Web開發,我有這樣的代碼:圖像移動到正確的CSS
<style type="text/css">
span {
background:red;
background: transparent url(../images/skin/exception.png) 0.4em 100% no-repeat;
}
</style>
<span>
Contents.
</span>
我得到的輸出,但圖像被放置在Contents
文本。我試過:
background-position: 25px;
但是,這是使圖像消失!但我一直在尋找的是:
Contents . . . . . . . . . . . . . my_image
(請注意,在上面.
的空間)
如果我做了錯誤?
在此先感謝。
'背景位置:中心權利;' – Zeta
@Zeta:我已經編輯我的問題! – sriram
''不包含塊。添加'display:block'。 – Zeta