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

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

WBOY
Release: 2016-06-24 11:30:30
Original
1448 people have browsed it

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

 

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

 

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

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

 

source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template