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.
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.
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
I think I solved this by adding <param name="wmode" value="transparent"> to the youtube embedding code.
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&hl=en_US&fs=1&" /><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&hl=en_US&fs=1&" type="application/x-shockwave-flash" width="480"></embed></object></
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,