<!DOCTYPE html>
<style>
iframe {
top: 50px;
left: 50px;
width: 200px;
height: 200px;
}
</style>
<html>
<body>
<div id="wrapper">
<iframe src="page_with_positioned_frame.html"></iframe>
</div>
</body>
</html>
<!DOCTYPE html>
<style>
iframe {
top: 50px;
left: 50px;
width: 200px;
height: 200px;
}
</style>
<html>
<body>
<div id="wrapper">
<iframe src="page_with_positioned_frame.html"></iframe>
</div>
</body>
</html>