css 背景固定样式background-attachment属性基础
文件大小: 54k
源码售价: 10 个金币 积分规则     积分充值
资源说明:一、background-attachment属性 在CSS中,使用背景附件属性background-attachment可以设置背景图像是随对象滚动还是固定不动。 语法: background-attachment:scroll/fixed; 说明: background-attachment 属性只有2个属性值。scroll表示背景图像随对象滚动而滚动,是默认选项;fixed表示背景图像固定在页面不动,只有其他的内容随滚动条滚动。 举例: <!DOCTYPE html> <html xmlns=http://www.w3.org/1999/xhtml> <head>
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。