发布网友 发布时间:2022-04-22 07:59
共4个回答
热心网友 时间:2022-06-18 05:14
假如你的html代码是这样<div class="text">带背景的文字</div>
你的css可以这样写:
.text {
background:url(images/xx.jpg);
}
仅供参考,具体的要看你的需求来改。
热心网友 时间:2022-06-18 05:14
假如你的html代码是这样<div class="text">带背景的文字</div>
你的css可以这样写:
.text {
background:url(images/xx.jpg);。
热心网友 时间:2022-06-18 05:15
可以把字打在背景上,和背景一起当图片用。
热心网友 时间:2022-06-18 05:15
设置DIV的背景 在DIV里面打字啊~