css background-attachment:fixed 固定背景、不随内容一起滚动

兼容性:全兼容,只不过IE滚动时会有一点不流畅。

background-attachment 有 3 个选项:scroll  / fixed  / inherit 。

锁定背景:

background-attachment:fixed;

要有比较好的体验,建议让background-image:url(""),background-color:""一起使用。这样无图片时也能有很好的体验。

可以做出这种效果:   https://www.mmcoins.org/cn/?from=singlemessage


--------------------- 

转自:https://blog.csdn.net/tangcc110/article/details/79976687 
 

你可能感兴趣的:(前端)