The navigation menus shows up behind the YouTube videos instead of the front.
Return to Recent Questions
Q:
The navigation menus shows up behind the YouTube videos instead of the front
A:
You should add opaque parameter to object and embed tags. So set your video in the
following way:
<object width="445" height="364">
<param name="movie" value="http://www.youtube-nocookie.com/v/tXdWj-teINc&hl=en&fs=1&rel=0&
color1=0x2b405b&color2=0x6b8ab6&border=1">
<param name="allowFullScreen" value="true">
<param name="wmode" value="opaque">
<param name="allowscriptaccess" value="always">
<embed src="islam-supports-child-marriage-rape-and_files/tXdWj-teINchlenfs1rel0color10x2b405bcolor20x6b8ab6border1.swf" wmode="opaque" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="445" height="364">
</object>
Return to Recent Questions
Related:
- Sep 15, 2006 - Are vertical menus also supported? I don't see any in the javascript menu examples.
- March 22, 2007 - If your cascade menus supports key navigation, like alt-F to select a menu?
- May 06, 2007 - Sub-menus appear away for the menu/ dhtml navigation bar.
- Sep 27, 2007 - How can I set the x coordinate of the submenus in the drop down menu navigation?
- Oct 12, 2007 - I have spanish characters that are not showing up in my css navigation menus correctly
- Jan 26, 2009 - The bottom java menu navigation item is falling behind the mainnav table.
- Mar 22, 2009 - For the attributes that can have top, left, right, bottom, i.e. border, padding, is there any way to specify just one of them in the javascript context menu?
- Aug 03, 2009 - When I open my site in Internet Explorer 6.0 the main drop menu code shows up nicely but the drop-down sub-menus are separated.
- Aug 25, 2009 - Drop down menu in css always shows up behind the dhtml windows that I am trying to use.
- Nov 08, 2009 - When my page is viewed over https the html menus still appear behind Flash objects.
- April 7, 2010 - I'm a having an issue with my dhtml dropdown menus poping-up behind a flash object on a page.
|