dw 2014怎樣讓背景圖像不平鋪?
提問人:劉旭39發(fā)布時(shí)間:2020-11-05
可以通過CSS樣式表定義,代碼如下:
<style type="text/css">
<--
body { background-image: url(image/ bg.gif);
background-repeat: no-repeat}
-->
</style>
繼續(xù)查找其他問題的答案?
相關(guān)視頻回答
可以通過CSS樣式表定義,代碼如下:
<style type="text/css">
<--
body { background-image: url(image/ bg.gif);
background-repeat: no-repeat}
-->
</style>
點(diǎn)擊加載更多評(píng)論>>