I have a css drop down menu, so that when you hover over a menu item a submenu drops down. I am also displaying a .wmv video on the page. However when the sub menu drops down, it displays behind the video. I've read where anything in the object tag automatically gets the maximum z-index, so setting the z-index doesn't fix the issue. I haven't been able to find any solutions or work arounds. Is there a work around or some way to fix this so that the drop down menu displays in front of the video? This seems to be happening in IE and Firefox.
CSS dropdown menu displays behind video
3.7k Views Asked by Chad At
3
AFAIK you have to set the background of the player object to be transparent. Like this:
Hope it helps. I don't remember exactly all the params and so on, but it should do the trick.