Hello,

My primary page has a background image and I am loading an external html page using Overlay. In the head tag of the external page, the body style says that there is no background image.

<style>
body {background-color: #fff; background-image: none;}
</style>

When the overlay is closed, the background of the primary page is removed. I am working with the code from example page with no changes http://flowplayer.org/tools/demos/overlay/external.html).

Obviously this is not a serious problem because I only need to remove the background-image: none, just wanted to let you know.