背景修复了iframe中的身体问题

时间:2018-06-04 18:50:35

标签: html css iframe

我遇到iframe问题

我使用iframe作为子域名来加载我网站的某些页面。

所以我在后台遇到css问题。

网页html和css



body {
  background: url(../img/barber_3.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-size: 10pt;
  margin: 0px;
  padding: 0 !important;
  font-family: "Verdana";
}

<html>

<body>
  <div class="container">
    My Content
  </div>
</body>

</html>
&#13;
&#13;
&#13;

现在我在我的子域名中的iframe中加载html以上。

我添加了固定的背景附件。所以当我在iframe中滚动它看起来不太好

Issue

0 个答案:

没有答案
相关问题