background-attachment:fixed; ios手机不支持。 如果必须要一张图片呢。
还有什么办法能让ios支持背景图片全屏显示还不会因为内容的多少而变形?
我的代码如下:
background-image: url(../images/bg2.jpg); background-repeat:no-repeat; background-size:100% 100%; background-attachment:fixed;
最原始的的代码:
background: url(../images/bg2.jpg) no-repeat center top; background-size:100% 100%; background-attachment:fixed;
安卓手机支持呢。 就ios的手机。会因为内容多了把背景图片给拉伸了呢!
又或者 ios支持JQ的什么写法 能让图片在手机上是全屏显示的吗?
stackoverflow上已經回答了這個問題的
http://stackoverflow.com/ques...