Esta es la formula mágica que ha sido guardada celosamente y que ahora Nucklear ha develado a los ojos de los simples mortales ¬¬
Código PHP:
Ver original<html>
<head>
<style type="text/css">
html{height:100%}
.wrapper-1{ width:100%; height:100%;}
body{
font-family:Tahoma, Geneva, sans-serif;
margin:0;
height:100%;
overflow:hidden
}
iframe[align=top]{
vertical-align: top;
}
iframe[frameborder=0]{
border-width:0;
}
.header{
height: 100px;
background-color: #ccc
}
</style>
</head>
<body>
</body>
</html>
<table cellpadding=0 cellspacing=0 width="100%" height="100%">
<tr class="header">
<td><h1> Header </h1></td>
</tr>
<tr>
<td>
<iframe
name="iframe"
src="<?php print $_GET['url'] ?>"
scrolling="auto"
align="top"
frameborder="0"
class="wrapper-1"> </iframe>
</td>
</tr>
</table>