I'm designing a page with an iframe with a transparent background to show the main content. The back is transparent because the back image has to show thru seperately for future changes. Now i work alot with macs and it shows the background as pure white. On a pc it looks fine. Does anyone know what code i can put to make it transparent in a mac? Or are there any other ways to put seperate pages into a main area without iframes, but with a transparent background?
heres some code from the page:
<body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" bgcolor="#000000" bgcolor="Black" text="#000000" style="background: url('yellow.jpg') no-repeat";>
<div class="main-home" id="main-home">
<iframe allowTransparency="true" src="main-home.htm" name="main-home" height="665" width="562" scrolling="auto"></iframe>
</div>
thanks all!