为什么我的CSS背景样式被内联背景图像忽略

时间:2017-05-19 21:38:57

标签: html css css3

我正在尝试在CSS中使用背景图像样式,并在内联中定义背景图像网址。然而,CSS样式被忽略..任何想法为什么?



.myDiv{
  position:absolute;
  top: 0;
  left: 0;
  width:100%;
  height:400px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

<div class="myDiv" style="background-image: url('myimage.jpg')"></div>
&#13;
&#13;
&#13;

0 个答案:

没有答案