Z-Index property not working over a youtube video

instununkdign

New Member
My site is in VB using VS 2010, and my z-index probably I have set to 20, and it's working fine over pictures and other things. But I have two youtube videos, and the z-index property isn't working; the menu I want to display is covered up by the youtube video -- but only in IE; other browsers work fine!Am I doing something wrong? Or is there something I should do differently when it's a youtube video? My embedded video looks like this and it's covering my menu:\[code\]<table class="tablestyle0"><tr><td><iframe id="ShowFrameID" width="640" height="480" src="http://www.youtube.com/embed/IxiZ0sdh6hw?wmode=opaque? modestbranding=1&rel=0"></iframe></td></tr>\[/code\]Any help or guidance in this regard would be truly appreciated!
 
Top