Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Page & Category Menu Bars (http://forum.bytesforall.com/forumdisplay.php?f=10)
-   -   Page menu appears underneath page content in IE - please help (http://forum.bytesforall.com/showthread.php?t=6099)

deuxetoiles Mar 1, 2010 03:27 PM

Page menu appears underneath page content in IE - please help
 
Hi Everyone!

I can't reproduce this issue in Firefox of Safari for Mac, but my client is seeing this problem on her Windows machine in IE.

The page menus are dropping down underneath the page content on her front page. More specifically, there is an embedded YouTube video on that page which overlaps the page menus as they drop down.

The page in question is here: http://catewhite.com/wordpress/

Can anyone else reproduce this problem?

Can anyone suggest a way to solve it?

Thanks!

- Amy

Atahualpa 3.4.4
WordPress 2.9.2

lmilesw Mar 1, 2010 04:07 PM

Just a shot but try adding wmode="opaque" to the embed tag for the YouTube video

KoenD Apr 29, 2010 12:50 PM

Quote:

Originally Posted by deuxetoiles (Post 26763)
Hi Everyone!

I can't reproduce this issue in Firefox of Safari for Mac, but my client is seeing this problem on her Windows machine in IE.

<cut>

Can anyone else reproduce this problem?

Can anyone suggest a way to solve it?

Thanks!

- Amy

Atahualpa 3.4.4
WordPress 2.9.2

Hi,
I have the same problem, my drop down menu is hiding behind a photo gallery.
Not on Mac, only IE. Did you find a solution yet?

Regards,

deuxetoiles Apr 29, 2010 08:53 PM

Ah yes, I did. I had to add a bit to the code. The solution is here:
http://www.slikinteractive.com/2009/...htboxthickbox/

I'm copying it here for perpetuity.
Add the following code after the Object tag
Code:

<param name="WMode" value="transparent"></param>
And add the following code just before the type=”application/x-shockwave-flash”
Code:

wmode="transparent"
Together it should look something like this:

Code:

<object width="300" height="220"><param name="WMode" value="transparent"></param><param name="movie" value="http://www.youtube.com/v/NnMgg4nygSY&hl=en&fs=1&"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param>
<embed wmode="transparent" src="http://www.youtube.com/v/NnMgg4nygSY&hl=en&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="300" height="220"></embed></object>


berkleegrad Oct 11, 2010 07:19 AM

Yup - solved my problem - great forum - great theme - great support


All times are GMT -6. The time now is 03:35 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.