you need to insert a html code.
Right click the inline frame and goto object html and insert this inside the tag:
allowtransparency="true"
On the page that your frame will be displaying insert this into page html inside the "Between Head Tag" :
<style> <!-- BODY { background-color: transparent; } --> </style>
So now if your iframed page is black the iframe will not interrupt with whatever colour your framed page wants to be.
Good luck! |