Jump to content
Sign in to follow this  
davidzatzcom

Drop down menus drop BELOW YouTube video

Recommended Posts

davidzatzcom

If you use drop-down menus on the screen that shows the YouTube video, the menus drop below the video, making the whole thing look pretty cheesy. Is there a fix for this? Is there another sub-menu structure, like arranging them across the field instead of down? This might avoid show up under the video.

Share this post


Link to post
Share on other sites
Andrew

Hi Dave, Can you upload a live link or screenshot? Also which browser/OS?

Share this post


Link to post
Share on other sites
davidzatzcom

Tested on IE8, Firefox 3.5 and Firefox 3.0.15. On two different Windows XP Pro, SP3 machines (at least one of which is updated on everything, not sure about the other box): pagelines-underlay.jpg

Share this post


Link to post
Share on other sites
Andrew

hmmm. well this doesn't happen on Mac Browsers.. I'll have to look at it closely for the next update.

Share this post


Link to post
Share on other sites
rmcnutt

Any more work on or fixes to this. Running windows 7 and ie 8 and having same problem. www.focalpointcharleston.com Thanks,

Share this post


Link to post
Share on other sites
Andrew

Sure I think we have it taken care of in the recent theme versions. Which version of the theme are you on?

Share this post


Link to post
Share on other sites
kevinsandlin

I'm using WP2.9 and WHP 2.0.1 and I have this same problem. Also occurs with any flash object in the feature. Also, anyone have any issue with IE? In IE7 there are several display issues that are not present in Firefox or Chrome.

Share this post


Link to post
Share on other sites
Andrew

Again we've fixed the problem in the recent theme versions; so if you need an update please email us at [email protected] :) Please report (w/ screenshots) any other issues you're seeing and we'll address them ...

Share this post


Link to post
Share on other sites
b3global

Having the same problem. WP vs:2.9.1 Whitehouse pro template: 2.1.1 problem is present in: chrome 4.0.249.78 firefox 3.5.7 Internet Explorer 8

Share this post


Link to post
Share on other sites
dmrgraphics

If you add the following to the embed tag for your video: wmode="transparent". Worked for me with a VIMEO video.

Share this post


Link to post
Share on other sites
Andrew

`wmode="transparent"` is the only solution on IE unfortunately. (not a theme issue)

Share this post


Link to post
Share on other sites
Andrew

@b3global -- if you have this problem in Firefox/chrome, please give us a link or screenshot to check it out.

Share this post


Link to post
Share on other sites
vpstechs

Drop down menu is showing below the youtube video. i am using iBlogPro3 theme.checking it in firefox 3.5.8 ScreenShot screenshot.jpg?rnd=0.8552532755071055&si

Share this post


Link to post
Share on other sites
Andrew

hmm. probably just a z-index thing. Can you post a live link?

Share this post


Link to post
Share on other sites
bjstation

I added the wmode="transparent" to the <object> and it works in IE8 ,chrome 4.1, firefox 3.5.8 and Opera. Thanks a lot!!! However, the fadding effect of the video is still not working :-(

Share this post


Link to post
Share on other sites
davidzatzcom

Here's what I eventually did: Force embedded YouTube videos to appear below drop-down menus By adding two fixes to the YouTube embed code, this can be fixed. Add a param line setting wmode to opaque:

	<param name="wmode" value="opaque">
	
Then add the following line to the embed tag:
	wmode="opaque"
	
Here's an example in context:
	<object width="610px" height="340px">
	<param name="movie" value="http://www.youtube.com/v/4oAB83Z1ydE&hl=en&fs=1&showinfo=0">
	</param>
	<param name="allowFullScreen" value="true"></param>
	<param name="allowscriptaccess" value="always"></param>
	<param name="wmode" value="opaque">
	<embed src="http://www.youtube.com/v/4oAB83Z1ydE&hl=en&fs=1&showinfo=0"
	 type="application/x-shockwave-flash" wmode="opaque"
	 allowscriptaccess="always" allowfullscreen="true" width="610px" height="340px">
	</embed></object>
	

Share this post


Link to post
Share on other sites
cmunns

@BJ station the only effect not working is the fade? That's strange, can you provide a live link?

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×