gilgalbiblewhee
08-08-2007, 02:50 PM
I need to post ads under the iframe. But the iframe changes height as you navigate and it creates overlapping with the ads. How do you fix it?
#ifrindexdiv {
position: absolute;
left: 0px;
top: 0px;
<%'text-align: center;%>
margin: auto;
border: 0px;
}
#ifrindex {
position: relative;
left: 0px;
top: 0px;
width: 875px;
height: 1800px;
scrolling: none;
<%'border: double 2px #553C1D;%>
}
<div id="ifrindexdiv">
<iframe name="ifrindex" id="ifrindex" allowtransparency="false" src="forums/index.php" frameborder="0" scrolling="no"></iframe>
</div>
#ifrindexdiv {
position: absolute;
left: 0px;
top: 0px;
<%'text-align: center;%>
margin: auto;
border: 0px;
}
#ifrindex {
position: relative;
left: 0px;
top: 0px;
width: 875px;
height: 1800px;
scrolling: none;
<%'border: double 2px #553C1D;%>
}
<div id="ifrindexdiv">
<iframe name="ifrindex" id="ifrindex" allowtransparency="false" src="forums/index.php" frameborder="0" scrolling="no"></iframe>
</div>