0

我不知道为什么我的背景会显示在 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>

所以这里是它的显示截图: 这是 调查在此处输入图像描述链接(我把 6 分钟作为第一张照片的计时器,所以你可以看到它)

4

1 回答 1

0

背景根据窗口(视口)定位。

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

您也可能对将页脚固定到页面底部感兴趣。

于 2014-07-03T19:34:53.617 回答