给自己一点时间接受自己,爱自己,趁着下午茶的时间来学习图老师推荐的CSS背景:background-attachment,过去的都会过去,迎接崭新的开始,释放更美好的自己。
【 tulaoshi.com - Web开发 】
语法:
background-attachment : scroll | fixed
取值:
scroll : 默认值。背景图像是随对象内容滚动
(本文来源于图老师网站,更多请访问http://www.tulaoshi.com/webkaifa/)fixed : 背景图像固定
说明:
设置或检索背景图像是随对象内容滚动还是固定的。
此属性对于 currentStyle 对象而言是只读的。对于其他对象而言是可读写的。
请参阅 bgProperties 属性(特性)。对应的脚本特性为 backgroundAttachment 。
示例:
html { background-image: url("anasazi.tif"); background-attachment: fixed; }
body { background-attachment: scroll; }
来源:http://www.tulaoshi.com/n/20160219/1612625.html
看过《CSS背景:background-attachment》的人还看了以下文章 更多>>