ECToo / wp-constructor

Automatically exported from code.google.com/p/wp-constructor
0 stars 0 forks source link

Smart Youtube above WordPress Custom Menus in Chrome & IE #125

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Go to: http://www.bigbencomedy.com/blog/multimedia/stand-up-videos/
2. Mouse over on "ABOUT BEN"
3. The last link will be missing because it is below the YouTube embed
4. To see that the last link appears in other places go to: 
http://www.bigbencomedy.com/blog/ and Mouse over on "ABOUT BEN" and "THE 
ASTORIA COMEDY ALL STARS" is now visible

What version of the ... are you using?
1. Wordpress: 3.0.2
2. Constructor: 1.3.1
3. PHP: 5+
4. Browser: Google Chrome (and IE 7)
5. OS: Windows XP

What URL of your blog(s)?
1. http://www.bigbencomedy.com/blog

Please provide any additional information below.

Hi there,

I can't get the Wordpress Custom Menus menu to display over my Youtube embedded 
videos. I've tried messing with the z-index values and changing the styles.css 
to:

#menu {
    text-align:left;
    position:absolute;
    z-index:9999;
    overflow:visible;
}

as well as adding a <div style="z-index:1">{video}</div> to the Smart Youtube 
page but it still doesn't work in Google Chrome or IE. 

I also tried changing the Youtube embed code from <embed> to <iframe> (an 
option in Smart YouTube) but to no avail. 

The menu displays correctly in Firefox 3.6.3.

Thanks for your help,
Ben

Original issue reported on code.google.com by ben.rose...@gmail.com on 6 Dec 2010 at 8:06

GoogleCodeExporter commented 9 years ago

Original comment by AntonShe...@gmail.com on 14 Dec 2010 at 7:40