背景图像固定在iframe中向相反方向滚动

时间:2018-05-16 14:07:14

标签: html css iframe background-image background-attachment

我的网站有一个index.php页面,其中有一个<iframe>容器。

用户点击顶部菜单栏,页面加载iframe目标。

当用户滚动加载到<iframe>页面的主体时,背景图像会向相反方向滚动,导致这样:

- 从顶部导航栏中选择页面“Servizi”

我已有域名,因此我提供完整的网址:http://www.studioabramirasia.it/

另一方面,如果您直接浏览网页,则没有任何问题:http://www.studioabramirasia.it/servizi.php

1 个答案:

答案 0 :(得分:0)

background-attachment: fixed; css

中删除body
body {
    background-image: url(immagini/Sources/background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 119px;
}