CSS背景

来自站长百科
跳转至: 导航、​ 搜索

导航: 上一页 | ASP | PHP | JSP | HTML | CSS | XHTML | aJAX | Ruby | JAVA | XML | Python | ColdFusion

background[ ]

语法:
background : background-color || background-image || background-repeat || background-attachment || background-position
取值:
该属性是复合属性。请参阅各参数对应的属性。
默认值为:transparent none repeat scroll 0% 0%。

说明:
设置对象的背景样式。
如使用该复合属性定义其单个参数,则其他参数的默认值将无条件覆盖各自对应的单个属性设置。
例如:设置 background : white 等于设置 background : white none repeat scroll 0% 0% 。如果在此之前设置了 background-image 属性,则其设置将被 background-image 的默认值 none 覆盖。
背景样式属性的作用区域为对象的内容区域与内补丁( padding )区域。不包括边框( border )与外补丁( margin )区域。尽管该属性不可继承,但如果未指定,其父对象的背景颜色和背景图将在对象下面显示。
对应的脚本特性为 background 。
示例:
div { background: red no-repeat scroll 5% 60%; }
body { background: url("images/aardvark.gif") repeat-y; }
pre { background: url("images/aardvark.gif") top; }
caption { background: fuchsia; }

background-attachment[ ]

语法:background-attachment : scroll | fixed
取值:
scroll  :  默认值。背景图像是随对象内容滚动
fixed  :  背景图像固定

说明:
设置或检索背景图像是随对象内容滚动还是固定的。
此属性对于 currentStyle 对象而言是只读的。对于其他对象而言是可读写的。
请参阅 bgProperties 属性(特性)。对应的脚本特性为 backgroundAttachment 。
示例:
html { background-image: url("anasazi.tif"); background-attachment: fixed; }
body { background-attachment: scroll; }

background-color[ ]

语法:background-color : transparent | color
取值:
transparent  :  默认值。背景色透明
color  :  指定颜色。请参阅 颜色单位 和 附录:颜色表

说明:
设置或检索对象的背景颜色。
当背景颜色与背景图像( background-image )都被设定了时,背景图片将覆盖于背景颜色之上。
此属性对于 currentStyle 对象而言是只读的。对于其他对象而言是可读写的。
对应的脚本特性为 backgroundColor 。
示例:
p { background-color: silver }
div { background-color: rgb(223,71,177) }
body { background-color: #98AB6F }
pre { background-color: transparent; }

background-image[ ]

语法:background-image : none | url ( url )
取值:
none  :  默认值。无背景图
url ( url )  :  使用绝对或相对 url 地址指定背景图像

说明:
设置或检索对象的背景图像。
当背景图像与背景颜色( background-color )都被设定了时,背景图片将覆盖于背景颜色之上。
此属性对于 currentStyle 对象而言是只读的。对于其他对象而言是可读写的。
对应的脚本特性为 backgroundImage 。
示例:
code { background-image: url("comet.jpg"); }
blockquote { background-image: url("c:\InetPub\MyPixs\comet.jpg"); }
body { background-image: none; }

background-position[ ]

语法:
background-position : length || length
background-position : position || position
取值:
length  :  百分数 | 由浮点数字和单位标识符组成的长度值。
position  :  top | center | bottom | left | center | right

说明:
设置或检索对象的背景图像位置。必须先指定 background-image 属性。
该属性定位不受对象的补丁属性( padding )设置影响。
默认值为: 0% 0% 。此时背景图片将被定位于对象不包括补丁( padding )的内容区域的左上角。
如果只指定了一个值,该值将用于横坐标。纵坐标将默认为 50% 。如果指定了两个值,第二个值将用于纵坐标。
如果设置值为 right center ,因为 right 作为横坐标值将会覆盖 center 值,所以背景图片将被居右定位。
对应的脚本特性为 backgroundPosition 。
示例:
div { background: url("images/aardvark.gif"); background-position: 35% 80%; }
menu { background: url("images/aardvark.gif"); background-position: 35% 2.5cm; }
a { background: url("images/aardvark.gif"); background-position: 3.25in; }
body { background: url("images/aardvark.gif"); background-position: top right; }

background-position-x[ ]

语法:background-position-x : length | left | center | right
取值:
length:百分数 | 由浮点数字和单位标识符组成的长度值。
left:居左
center:居中
right:居右

说明:
设置或检索对象的背景图像横坐标位置。必须先指定 background-image 属性。
该属性定位不受对象的补丁属性( padding )设置影响。
默认值为: 0% 。
此属性对于 currentStyle 对象而言是只读的。对于其他对象而言是可读写的。
对应的脚本特性为 backgroundPositionX 。
示例:
p { background-image: url("images/aardvark.gif"); background-position-x: 35%; background-repeat:no-repeat; }

background-position-y[ ]

语法:background-position-y : length | top | center|bottom
取值:
length  :  百分数 | 由浮点数字和单位标识符组成的长度值。
top  :  居顶
center  :  居中
bottom  :  居底

说明:
设置或检索对象的背景图像纵坐标位置。必须先指定 background-image 属性。
该属性定位不受对象的补丁属性( padding )设置影响。
默认值为: 0% 。
此属性对于 currentStyle 对象而言是只读的。对于其他对象而言是可读写的。
对应的脚本特性为 backgroundPositionY 。
示例:
div { background-image: url("images/aardvark.gif"); background-position-y: 35%; background-repeat:no-repeat; }

background-repeat[ ]

语法:background-repeat : repeat | no-repeat | repeat-x | repeat-y
取值:
repeat  :  默认值。背景图像在纵向和横向上平铺
no-repeat  :  背景图像不平铺
repeat-x  :  背景图像仅在横向上平铺
repeat-y  :  背景图像仅在纵向上平铺

说明:
设置或检索对象的背景图像是否及如何铺排。必须先指定对象的背景图像( background-image )。
此属性对于 currentStyle 对象而言是只读的。对于其他对象而言是可读写的。
对应的脚本特性为 backgroundRepeat 。
示例:
menu { background: url("images/aardvark.gif"); background-repeat: repeat-y; }
p { background: url("images/aardvark.gif"); background-repeat: no-repeat; }

layer-background-color[ ]

语法:layer-background-color : transparent | color
取值:
transparent  :  默认值。背景色透明
color  :  指定颜色。请参阅 颜色单位 和 附录:颜色表

说明:
设置或检索对象整个区域的背景颜色。
示例:
div { layer-background-color: transparent; }

layer-background-image[ ]

语法:
layer-background-image : none | url ( url )
取值:
none  :  默认值。无背景图
url ( url )  :  使用绝对或相对 url 地址指定背景图像

说明:
设置或检索对象整个区域的背景图像。
示例:
code { position: absolute; top: 100px; left: 300px; width: 200px; border: thin solid black; background-image: url("comet.jpg"); layer-background-image: url("bb_comet.jpg"); }