|
|
|
CSS背景:background-attachment
作者:佚名 来源:Linux 宝库 点击: 日期:2006-12-09 |
|
--> 语法: background-attachment : scroll | fixed 取值: scroll :? 默认值。背景图像是随对象内容滚动 fixed :? 背景图像固定
说明: 设置或检索背景图像是随对象内容滚动还是固定的。 此属性对于 currentStyle 对象而言是只读的。对于其他对象而言是可读写的。 请参阅 bgProperties 属性(特性)。对应的脚本特性为 backgroundAttachment 。 示例: html { background-image: url("anasazi.tif"); background-attachment: fixed; } body { background-attachment: scroll; }
|
|
|
|
【文章评论】
【收藏本文】
【推荐好友】
【打印本文】
【论坛讨论】 |
相关文章: |
|
|
文章评论:(条) |
|
|
|
|
责任编辑:一分 声明:刊登此文章是为了传递更多信息,文章内容仅供参考,转载请注明出处。 |
|