如何让页面背景设置一个图片,当拉动滚动条的时候,背景图跟着移动
代码如下:
body{
background: url("https://blog-static.cnblogs.com/files/1471591945-lzp/969197-20170325160900815-1058599404.gif") no-repeat;
background-size: cover;
background-attachment: fixed;
}
代码如下:
body{
background: url("https://blog-static.cnblogs.com/files/1471591945-lzp/969197-20170325160900815-1058599404.gif") no-repeat;
background-size: cover;
background-attachment: fixed;
}