Lol bro, I forgot about this thread xD
Anywyay, here's what I am doing atm in my new site. You can style the shit out of the text and iframe but i think this will do the job
Demo:
Code:
Enjoy bro!
Anywyay, here's what I am doing atm in my new site. You can style the shit out of the text and iframe but i think this will do the job
Demo:
Code:
[url]http://demosite.comxa.com/iframe/[/url]
Code:
Code:
<html>
<style type="text/css">
.pos {
position: relative;
left: -10px;
top: -5px;
}
</style>
<body style="background:#ffcc00">
<center>Random text brah! :p</center>
<div style="position:fixed; top:40px; left:0; width: 100%; bottom: 0; border: 0 ">
<iframe src="http://www.blackhatworld.com/" style="width: 100%; height: 100%; border: 0">
<p>Your browser does not support iframes.</p>
</iframe>
</div>
</body>
</html>
Enjoy bro!