This looks OK for the American Google:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
.goo {
width:480px;
height:111px;
position:relative;
overflow:hidden;
}
.goo iframe {
width:480px;
height:350px;
position:absolute;
top:-150px;
left:-20px;
}
</style>
<!--[if IE]>
<style type="text/css">
.goo iframe {
left:0;
}
</style>
<![endif]-->
</head>
<body>
<div><br> </div>
<div class="goo"><iframe src="http://www.google.com" scrolling="no" frameborder="0"></iframe></div>
</body>
</html>
But, if anyone used it, the results would be in the same iframe and mostly obscured by its size, lack of scrolling, and the division above it which partially masks it.
Note: Google does offer free or cheap code to put their search on your page.
Bookmarks