this is how i use Iframes.....
On the page that IS the I frame.....in the head of the html.....
<style type="text/css">
<!-- BODY {background:none transparent;}-->
</style>
<style>
<!--
BODY{
scrollbar-face-color:#ff0000;
scrollbar-arrow-color:#ffffff;
scrollbar-track-color:#ff0000;
scrollbar-shadow-color:#ffffff;
scrollbar-highlight-color:#ffffff;
scrollbar-3dlight-color:#666666;
scrollbar-darkshadow-Color:#666666;
}
-->
</style>
</head>
in the body :....
<body bgcolor="#FFFFC1">
and than what ever else that needs to go in the frame.
on the page where the Iframe needs to be the following..........
<td width="100%" height="436" colspan="5">
<iframe id="ifrm" name="ifrm" style="FILTER: chroma(color=#ff0000)" allowtransparency="true" src="first.htm" scrolling="auto"
width="100%" height="460" frameborder="0" allowtransparency="true">
</iframe>
</td>
NOTE: i placed the Iframe in a table....
I hope this will help
