View Single Post
Old 09-15-2009, 08:49 AM  
xxweekxx
Confirmed User
 
Join Date: Oct 2002
Posts: 6,780
Quote:
Originally Posted by Alky View Post
use an iframe with css instead:
Code:
header:
  <style type="text/css">
   html, body, div, iframe { margin:0; padding:0; height:100%; }
   iframe { display:block; width:100%; border:none; border:0; }
  </style>

body:
 <body>
  <div>
   <iframe src="/blahhhhhhhhhhhh.php">
   </iframe>
  </div>
 </body>
Whats the advantage of using css over the other code
__________________
_________________
I am the best
xxweekxx is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote