我这个html 中background-attachment已经设置为fixed,但为什么还是动?
<!doctype=html><html><head><title>我的页面</title><metacharset=utf-8><style>p{background-...
<!doctype=html>
<html>
<head>
<title>我的页面</title>
<meta charset=utf-8>
<style>
p {background-color:gray;}
</style>
</head>
<body style=background-image:url(123.png);
background-position:100px 200px;background-attachment:fixed;>
<p>普通背景<br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br>
</p>
<p style=background-color:rgba(255,0,0,0.5);>
黄色的背景
</p>
</body>
</html> 展开
<html>
<head>
<title>我的页面</title>
<meta charset=utf-8>
<style>
p {background-color:gray;}
</style>
</head>
<body style=background-image:url(123.png);
background-position:100px 200px;background-attachment:fixed;>
<p>普通背景<br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br>
</p>
<p style=background-color:rgba(255,0,0,0.5);>
黄色的背景
</p>
</body>
</html> 展开
2个回答
展开全部
<html>
<head>
<style type="text/css">
body{
background-image:url(Ps/a.jpg);
background-repeat:no-repeat;
background-attachment:fixed;
background-position: 100px 400px;
}
p{
width:auto;
height: 150px;
}
</style>
</head>
<body>
<p>图像不会随页面的其余部分滚动。</p>
<p>图像不会随页面的其余部分滚动。</p>
<p>图像不会随页面的其余部分滚动。</p>
<p>图像不会随页面的其余部分滚动。</p>
<p>图像不会随页面的其余部分滚动。</p>
<p>图像不会随页面的其余部分滚动。</p>
<p>图像不会随页面的其余部分滚动。</p>
<p>图像不会随页面的其余部分滚动。</p>
<p>图像不会随页面的其余部分滚动。</p>
<p>图像不会随页面的其余部分滚动。</p>
<p>图像不会随页面的其余部分滚动。</p>
<p>图像不会随页面的其余部分滚动。</p>
</body>
</html>
参考这个
2015-07-06
展开全部
我在Chrome上测试过,不会动呀。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询