为什么我的背景显示在Qualtrics的页脚下?

时间:2014-07-03 19:15:30

标签: html css html5 css3 qualtrics

我不知道为什么我的背景显示在Qualtrics的页脚下。

这是我写的代码:

<br />
<style type="text/css">body {
  background-image:url('https://uwmadison.qualtrics.com/CP/Graphic.php?IM=IM_00pfOKSXTudGqfb') !important;
  background-repeat: no-repeat !important;
  background-size:50% 50% !important;
  background-position:center center !important;
    height:100vh !important;
}
</style>

所以这是一个如何显示的屏幕截图: enter image description here 这是调查的link(我把6分钟作为第一张照片的计时器,所以你可以看到它)

1 个答案:

答案 0 :(得分:0)

背景基于窗口(视口)定位。

如果您希望该图片位于页脚上方,请将其包含在页脚上方的html <img />

您可能也有兴趣将页脚修复到页面底部。