> I tried using a flash movie as a background (just experimenting away) > in the wrapper div.
> I set an extra div id="background" where the movie's playing.
> Then I start in a new div with the menu and content.
>
> I think I tried everything, absolute positioning, relative, float,
> z-index, but the flash movie keeps on playing on top of everything.
>
> Any suggestions how I can get my content on top of the movie?
> (I haven't uploaded this one)

You need to do two things:

1. add wmode="transparent" to the embed tag
2. add position:absolute to the menu and anything else that goes on top

I tried to have relative-positioned nested divs within a single absolute-position div, but this didn't seem to work. It only worked for me when all the divs were absolutely positioned.

Good luck,
Jesse
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to