css background-attachment


说明:


设置或检索背景图像是随对象内容滚动还是固定的。
对应的脚本特性为backgroundAttachment。请参阅我编写的其他书目。

语法:

background-attachment : scroll | fixed

参数:

scroll : 背景图像是随对象内容滚动
fixed : 背景图像固定

示例:

html { background-image: url("anasazi.tif"); background-attachment: fixed; }


分类css背景Background相关推荐:

css Background属性 css background背景的使用 css background-attachment css background-color背景颜色 css background-image背景图片 css background-position背景位置 css background-positionX css background-positionY css background-repeat css layer-background-color css layer-background-image