Chickenblob
29-10-2007, 09:34 PM
Is there any way to stop the iframe from moving to different places on different screen resolutions?
Here is my code:
<style type="text/css">
#FRAME5 {position:absolute;
left: 405px;
top: 230px;
width: 166px;
height: 93px;
z-index: 100
}
</style>
<div id="FRAME5">
<iframe name="FRAME5" width="450" height="410" src="Untitled-2.html" frameborder="0" scrolling="yes"></iframe>
</div>
+REP for help.
Here is my code:
<style type="text/css">
#FRAME5 {position:absolute;
left: 405px;
top: 230px;
width: 166px;
height: 93px;
z-index: 100
}
</style>
<div id="FRAME5">
<iframe name="FRAME5" width="450" height="410" src="Untitled-2.html" frameborder="0" scrolling="yes"></iframe>
</div>
+REP for help.