热搜:NVER node 开发 php

谷歌Chrome浏览器 兼容background-attachment:fixed;吗?如何做到火狐背景图片固定的效果_html/css_WEB-ITnose

2024-11-18 23:30:01
谷歌Chrome浏览器 兼容background-attachment:fixed;吗?如何做到火狐背景图片固定的效果_html/css_WEB-ITnose

rt,哪位大虾帮忙解决下,谢谢~~


回复讨论(解决方案)

页面高度大于背景图片时,向下拉动滚动条,高出部分显示白色,这是谷歌浏览器的效果。
火狐的显示效果是背景图片不动,内容滚动,实现了内容没有超出背景图片的效果。

所有浏览器都支持 background-attachment 属性,要想实现你说的效果,直接设置background-attachment:fixedl;即可

所有浏览器都支持 background-attachment 属性,要想实现你说的效果,直接设置background-attachment:fixedl;即可


但是我在Google Chrome浏览器下,看不到背景固定,内容滚动的效果

问题解决了~~

怎么解决的 求方法