html代碼大全 27.在頁面中如何加入不是滿鋪的背景圖片,拉動頁面時背景圖不動
提問人:劉團圓發(fā)布時間:2020-11-02
<style>
body
{background-image:url(logo.gif); background-repeat:no-repeat;
background-position:center;background-attachment: fixed}
</style>
繼續(xù)查找其他問題的答案?
相關視頻回答
<style>
body
{background-image:url(logo.gif); background-repeat:no-repeat;
background-position:center;background-attachment: fixed}
</style>
點擊加載更多評論>>