MyBB Community Forums

Full Version: Transparency issue.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi There

How do you make the body and page container's background transparent in IE when viewing the forum in an IFrame?

It works perfectly fine in firefox though.

Any help would be greatly appreciated!

Thanks

EDIT:
Just to make it clearer as to what I am doing, I have the background fields in the Main CSS Attributes of the body and page container set nothing. Then simply loading the forum in an IFrame (Code: <iframe style="background:transparent" src="http://where ever the forum is" width="500" height="500"></iframe>).
<iframe width="500" height="500" allowTransparency="true" frameborder="0" src="domain.com" title="yourtitle"><a href="domain.com" title="yourtitle">Yourtitle</a></iframe>

Give that a whirl.
rcpalace, you are a legend!

Thank you ever so much Big Grin
No problem.