011662481
Legacy Member
Ik ben bezig met een site waarbij ik een iframe gebruik (ja ik weet het, het is wat gedateerd
).
Als ik mijn iframe in mijn html zet verdwijnt echter alles wat eronder komt.
HTML:
<div id="iframe">
<iframe height="458" allowtransparency="true" frameborder="0" name="iframe" width="800" src="start.html" scrolling="no">
</div>
<div id="rodelijn2">
</div>
<div id="tekstonder">
<h1>gesponsord door VIP Computers BVBA © Chiro Achel</h1>
</div>
</div>
</body>
</html>
CSS:
#iframe{
width:800px;
height:458px;
top:122px;
left:0px;
position:absolute;
background:#FFF;
}
#rodelijn2{
background:#e1143c;
width:800px;
height:1px;
position:absolute;
top:580px;
left:0px;
}
#tekstonder{
width:800px;
height:20px;
position:absolute;
top:580px;
left:0px;
padding-top:2.5px;
}
).Als ik mijn iframe in mijn html zet verdwijnt echter alles wat eronder komt.
HTML:
<div id="iframe">
<iframe height="458" allowtransparency="true" frameborder="0" name="iframe" width="800" src="start.html" scrolling="no">
</div>
<div id="rodelijn2">
</div>
<div id="tekstonder">
<h1>gesponsord door VIP Computers BVBA © Chiro Achel</h1>
</div>
</div>
</body>
</html>
CSS:
#iframe{
width:800px;
height:458px;
top:122px;
left:0px;
position:absolute;
background:#FFF;
}
#rodelijn2{
background:#e1143c;
width:800px;
height:1px;
position:absolute;
top:580px;
left:0px;
}
#tekstonder{
width:800px;
height:20px;
position:absolute;
top:580px;
left:0px;
padding-top:2.5px;
}