Since I posted that, I did a little more investigation of your markup. Because it is very involved to duplicate things here locally I cannot be 100% sure this will work but, here goes, it is worth a shot. In css.css change the background color to #29a39f:
Code:
body
{
background-color: #29a39f;
font-family:Tahoma,Verdana;
font-size:9px;
color: #FFFFFF;
cursor: default;
scrollbar-face-color: #24A39F;
scrollbar-shadow-color: #24A39F;
scrollbar-base-color: #24A39F;
scrollbar-highlight-color: #24A39F;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-darkshadow-color: #f4e0ec;
scrollbar-track-color: #24A39F;
scrollbar-arrow-color: #A9DAD9;
}
On the main page make the iframe:
Code:
<iframe src="home.html" name="frame" height="456" width="320" allowtransparency="true" frameborder="0">
This should work out for all browsers. That chroma thing is an IE only filter and should not be required if the pages' background in the iframe match the color of the background image that they get displayed over and the width of the iframe fits the area it is designated for.
Bookmarks