效果:
只需要在需要背景不跟着動的div里:
1 div{ 2 background:url(); 3 background-attachment:fixed; 4 }
加上background-attachment:fixed;就可以了,兼容IE6+
如果不加這個屬性:
網上兼容IE6的方法:
1 <script type="text/javascript"> 2 var scrollBackground = true; 3 </script>
加一句js就行了
效果:
只需要在需要背景不跟着動的div里:
1 div{ 2 background:url(); 3 background-attachment:fixed; 4 }
加上background-attachment:fixed;就可以了,兼容IE6+
如果不加這個屬性:
網上兼容IE6的方法:
1 <script type="text/javascript"> 2 var scrollBackground = true; 3 </script>
加一句js就行了
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。