需要帮助使用div和iframe

时间:2013-09-27 21:29:40

标签: css html iframe

我创建了一个小网站(可能会保持离线状态),让事情变得更轻松。我创建了一个带链接的热门栏,这样我就可以更轻松地导航到重要站点。

问题是:

要iframe谷歌进入网页我必须使用代理(我使用hidemyass),因为谷歌阻止了iframe的使用,但因为代理网站在你打开的每个页面的顶部有一个巨大的横幅我移动了内容在CSS中使用margin top的iframe内部。

所以横幅仍然在那里,但你看不到它,但现在每当我在同一个iframe中打开任何其他网站而没有任何横幅时,它会隐藏网站的一部分,我不想要这个。

那么如何让它在代理页面顶部隐藏横幅并仍然完全显示任何其他页面?我试图给出div和iframe 2名称,这样我就可以制作2个CSS语句,但这不起作用。 这是代码:

#frame1 {
    position:fixed !important;
    position:absolute;
    top:0%;
    right:0%;
    bottom:0%;
    left:8%;
    overflow: hidden;
}

body {
background-color: black
}

#frame2 {
width: 100%;
height: 131%;
    margin-top: -18.5%;
}


<!doctype html>
<html lang="en">
<head>
<link rel="stylesheet" type="text/css" href="school/bronnen/css/main.css">
<meta charset="UTF-8">
<title>Bronnen</title>
</head>
<body>
    <br>
a href="http://2.hidemyass.com/ip-1/encoded/czovL3d3dy5nb29nbGUuY29tLw%3D%3D" target="frame2"><img src="school/bronnen/pics/google.jpg" alt="google" width="7%" height="auto"></a>
<br>
<a href="http://1.hidemyass.com/ip-5/encoded/czovL2dpdGh1Yi5jb20v" target="frame2"><img src="school/bronnen/pics/github.png" alt="github" width="7%" height="auto"></a>
<br>
<a href="http://www.awwwards.com" target="frame2"><img src="school/bronnen/pics/awwards.png" alt="awwards" width="7%" height="auto"></a>
<br>
<a href="https://7.hidemyass.com/ip-1/encoded/czovL3d3dy5kcm9wYm94LmNvbS8%3D" target="frame2"><img src="school/bronnen/pics/dropbox.jpg" alt="dropbox" width="7%" height="auto"></a>
<br>
<a href="http://webdesign.tutsplus.com/tutorials/htmlcss-tutorials/the-best-way-to-learn-css-2/" target="frame2"><img src="school/bronnen/pics/activetuts.png" alt="activetuts" width="7%" height="auto"></a>
<br>
<a href="https://7.hidemyass.com/ip-1/encoded/Oi8vc3RhY2tvdmVyZmxvdy5jb20v" target="frame2"><img src="school/bronnen/pics/stackoverflow.jpg" alt="stackoverflow" width="7%" height="auto"></a>
<div name="frame1" id="frame1"><iframe src="school/bronnen/iframe/iframe.html" name="frame2" id="frame2" frameborder="1" scrolling="auto"></iframe></div>
<br>
<a href="http://player.highstrike.org/play/" target="frame2"><img src="school/bronnen/pics/dubstep.jpg" alt="dubstep" width="7%" height="auto"></a>
<br>
<a href="http://www.codecademy.com/learn" target="frame2"><img src="school/bronnen/pics/codecademy.png" width="7%" height="auto" alt=""></a>
<br>
<a href="http://www.youtube.nl" target="frame2"><img src="school/bronnen/pics/youtube.png" alt="youtube" width="7%" height="auto"></a>
<br>
<a href="http://www.facebook.com" target="frame2"><img src="school/bronnen/pics/facebook.png" alt="facebook" width="7%" height="auto"></a>
<br>
<a href="http://tpb.peterbishop.net/" target="frame2"><img src="school/bronnen/pics/piratebay.jpg" alt="piratebay" width="7%" height="auto"></a>
<br>
<a href="http://www.twitter.com" target="frame2"><img src="school/bronnen/pics/twitter.png" alt="twitter" width="7%" height="auto"></a>
</table>

    

1 个答案:

答案 0 :(得分:0)

出于明显的安全原因,您无法从其父级

更改iframe的内容