我正在試圖添加一個書籤到我的wop網站。問題是,我想將小書籤(在下圖中以紅色突出顯示)居中,就好像它沒有箭頭伸出一邊。如果我在css中更改bgimage的寬度,與下面的縮進框相同,它將以我喜歡的方式爲中心。但是,它切斷了一點箭頭。所以,我的問題是,我怎樣才能將bookmarklet居中,就好像它具有其他縮進框的寬度。如何將CSS背景圖像居中,就好像圖像具有不同的寬度(不切割bgimg)?
書籤CSS:
#bookmarklet {
background-image:url('images/bookmarklet.png');
width:425px;
height:175px;
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
padding-bottom:8px;
}
我想爲中心的書籤就好像它是(沒有切割出箭頭的一側):
#resultbg {
background-image:url('images/resultbg.png');
width:404px;
height:347px;
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
padding-top:8px;
}
任何幫助非常感謝! 謝謝(:
對不起,如果不是直接的建設性的,但它是「你是...」,「每當**你**在youtube上......」。不是編程,但仍然是一個專業網站修復:P – Raekye
@Raeki OPPPPS!感謝您的支持! –