Is there a way to hide .mpg files under other elements in CSS?
I have a position:fixed; menu on a website I'm designing, and I have it set to be on top of all other elements in the page. However, when I added a .mpg movie to the content, it seems to stay on top of everything--including the menu.
The page is here: http://adamnbowen.com/topology/. I tried adding position:fixed and z-index:0 just to experiment with the z-index of the movie, but it seems unaffected... Am I overlooking something, or is this not possible to do in CSS, or is there a bug in Firefox 3.5, etc...
So if there is a solution in CSS or javascript or something, that'd be great. Otherwise, if the problem is solved by turning the .mpg file into a .swf file or something, that'd also be acceptable. I'd much rather avoid having to use an animated gif, as that will be many multiples the size of the .mpg file...
Thanks for any potential help,