Flyout Menu Goes Behind Youtube Video

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
4/7/2010 1:36:33 PM
Gravatar
Total Posts 74

Flyout Menu Goes Behind Youtube Video

I embedded a youtube video onto my site. Above it is the standard horizontal menu. If you hover over "Whom We Serve" the flyout is pretty long and it goes behind the youtube video. How do I make it so the menu stays on top?

http://joeparker.us/111111111new-page.aspx

Thanks,


Joe

4/7/2010 2:48:58 PM
Gravatar
Total Posts 125

Re: Flyout Menu Goes Behind Youtube Video

I think I solved this by adding <param name="wmode" value="transparent"> to the youtube embedding code.

4/7/2010 2:58:52 PM
Gravatar
Total Posts 74

Re: Flyout Menu Goes Behind Youtube Video

I added that value to the embedding code and it didn't help. Any other ideas?

 

<object height="385" width="480"><param name="movie" value="http://www.youtube.com/v/_oB3sd7n7jo&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="wmode" value="transparent" /><embed allowfullscreen="true" allowscriptaccess="always" height="385" src="http://www.youtube.com/v/_oB3sd7n7jo&amp;hl=en_US&amp;fs=1&amp;" type="application/x-shockwave-flash" width="480"></embed></object></

4/8/2010 9:28:55 AM
Gravatar
Total Posts 18439

Re: Flyout Menu Goes Behind Youtube Video

These kind of issues are usually only a problem in IE. A Css guru could probably solve it by setting a high z-index on menu css.

Best,

Joe

You must sign in to post in the forums. This thread is closed to new posts.