Android上的固定背景不起作用?

时间:2015-05-08 05:05:41

标签: html css

我尝试了几乎所有东西,但没有奏效。 这是我的代码:

html, body{ 
width: 100%;
height: 100%;
margin:0px; }

.banner {
  background: rgba(0, 0, 0, 0) url('http://wallpoper.com/images/00/31/33/51/black-background_00313351.jpg') 0 0 no-repeat fixed;
  text-align: center;
  background-size: cover;
  height: 350px;
  width: 100%;
  margin-bottom: 3em;
  display: table;
  height: 100%;
}


<div class="banner" id="bannera"></div>

<div class="l-content" style="height: 700px;"> </div> 

Try it: jsfiddle.net/6rf4o2aj/

1 个答案:

答案 0 :(得分:0)

将背景应用于body而不是bannerhttp://jsfiddle.net/6rf4o2aj/2/