网络学院 w3pop社区 网络资源 IT新闻

w3pop.com :: 网络学院 :: CSS :: CSS background-image属性

会员登陆

帐号

密码

回答

记住密码

忘记密码? 注册

CSS background-image属性


作者:w3pop.com 翻译/整理:w3pop.com 发布:2007-04-28 浏览:2294 :: ::

The background-image property sets an image as the background.
使用background-image属性可以将图片设置成为背景

Tip: Always set a background-color to be used if the image is unavailable.
提示:务必设置一个背景颜色,防止图片无效

继承性:

举例

body

background-image: url(stars.gif); 
background-color: #000000
}

可用值

描述
url The path to an image
图片的路径
none No background image
没有背景图片

评论 (0) All