dw 2014怎样让背景图像不平铺?
提问人:刘旭39发布时间:2020-11-05
可以通过CSS样式表定义,代码如下:
<style type="text/css">
<--
body { background-image: url(image/ bg.gif);
background-repeat: no-repeat}
-->
</style>
继续查找其他问题的答案?
相关视频回答
回复(0)
可以通过CSS样式表定义,代码如下:
<style type="text/css">
<--
body { background-image: url(image/ bg.gif);
background-repeat: no-repeat}
-->
</style>
点击加载更多评论>>