here is the html file
the iphone image you can download from here: http://www.2wapworld.com/css/style_images/iphone.jpg
replace 2wapworld.com from iframe with your sites url
demo you can view here: http://2wapworld.com/index.html
Code:
<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<style type="text/css">
body
{
font-weight : normal;
font-family : Verdana, Arial, Helvetica, sans-serif;
background-color: #000000;
background-image : url([url]http://www.2wapworld.com/css/style_images/iphone.jpg[/url]);
background-attachment : fixed;
background-repeat : no-repeat;
background-position: top center;
text-align: center;
}
#ifr{
position: relative;
left: 1px;
margin-top: 95px;
height:525px;
width:322px;
border: none;
background-color: #ffffff;
}
</style>
<title>2WapWorld Forums</title>
</head>
<body>
<iframe src="http://www.2wapworld.com" id="ifr">
Your browser does not support iframes.</p>
</iframe>
</body>
</html>
replace 2wapworld.com from iframe with your sites url
demo you can view here: http://2wapworld.com/index.html

and thanx
Comment