Home >Web Front-end >HTML Tutorial >CSS实现的背景图片替代颜色代码_html/css_WEB-ITnose

CSS实现的背景图片替代颜色代码_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 11:30:301441browse

CSS实现的背景图片替代颜色代码:
有时候在背景图片由于网络或者其他原因没有显示的时候,可以使用指定的背景颜色替代,下面就是一段能够实现此功能的代码:

 

background: url("a.jpg") no-repeat #ccc;

 

原文地址是:http://www.softwhy.com/forum.php?mod=viewthread&tid=12694

更多内容可以参阅:http://www.softwhy.com/divcss/

 

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn