Forum Moderators: open
I have tried placing the swf-file in a div with abolute positioning, using the z-index property. Also I tried to position the object and embed selectors. No results.
Am I faceing the imposible or have I overseen a possibility?
Thanks Sabine
PS. I know my problem is cross forums. So excuse me, for posting the problem here.
Unfortunately it is not possible to use an object as a background. CSS only supports images as background.
Also, trying to layer divs on top of the Flash object is also problematic as Flash uses a plugin with occupies a z-index outside the scope of the DOM, meaning that no matter what z-index you give it, Flash will always be on top.
HTH