6.5. CSS background-attachment 属性

IE6只有body元素支持fixed属性值
background-attachment -- 定义背景图片随滚动轴的移动方式
  • 取值: scroll | fixed | inherit
    • scroll: 随着页面的滚动轴背景图片将移动
    • fixed: 随着页面的滚动轴背景图片不会移动
    • inherit: 继承
  • 初始值: scroll
  • 继承性: 否
  • 适用于: 所有元素
  • background:背景.attachment:附着.
  • 引用网址:http://www.dreamdu.com/css/property_background_attachment/

示例

body 
{
	background-image:url('list-orange.png');
	background-attachment:fixed;
	background-repeat:repeat-x;
	background-position:center center;
}

屏幕的背景图片为一条橙色线.随着滚动轴移动,橙色线的视觉位置不变.

CSS background-attachment 属性示例 -- 可以尝试编辑

参考



  • 在梦之都注册域名,1元
  • 发现教程中的错误或别扭,快快通知我呀,报告错误,我会非常感谢你对一个公益网站做出的建议与贡献:)
  • 技术群: 42215270