示例代码:
<div class="ex">Bla bla bla bla</div>
在顶部将是背景图像,在它完成显示背景图像之后,它将显示背景颜色。
这样的事情:
[Image] text
[color] more text
[color] mor text..
我如何使用CSS?
谢谢。
答案 0 :(得分:5)
background: url("img/folder/file.jpg") repeat-x #000000;
将十六进制更改为您需要的任何颜色。
答案 1 :(得分:0)
尝试使用背景图像重复属性:
background-repeat: repeat | repeat-x | repeat-y | no-repeat