我遇到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;
现在我在我的子域名中的iframe中加载html
以上。
我添加了固定的背景附件。所以当我在iframe中滚动它看起来不太好