For some odd reason this doesn’t work in FireFox 3.6.13, yet it works in IE 7, IE 8, Chrome Safari, and Opera. My drop-down menu isn’t even showing in IE 6, don’t know if that’s relate or not.
Your menu not showing up in IE6 is because IE6 doesn’t recognize the :hover pseudoclass on anything except the <a> element. You’re using it on <li>'s to allow for block level drop downs. You can use jQuery to fix that.
But it made the video transparent in Firefox on Windows. So I tried setting the z-index value in the ul ul of my CSS and I got some interesting results depending on the browser and OS.
Windows
IE 6: Drop down menu not working IE 7: Behind IE 8: Behind Firefox 3.6: Front of Safari 5: Behind Chrome: Behind Opera: Front of
Mac OS X
Firefox 3.6: Behind Safari 5: Front of Chrome: Behind Opera: Front of
It seems that wmode isn’t one of the supported options for quicktime which is why some browsers support it and some don’t. I can get your movie working in all but not all at the same time.
I suggest you convert the movie to flash and then it will work everywhere.
Your dropdown menu was working in Ie6 when I checked and will overlap the menu if you add the <param name=“wmode” value=“transparent”>. Safari need wmode=“transparent” in the embed tag but that’s what kills Firefox (actually Firefox works but only on odd pixels as you close or open the window).