On 3/11/2011 6:34 PM, Greg Wilker wrote:
Can anyone tell me why the 2nd tier / drop-down menu is being hidden behind
the embedded video from YouTube in IE?

http://www.ceert.org/

This is not a CSS issue, but here's your answer:

Add the wmode paramater to the end of your Youtube src attribute and an attribute on your iframe tag.

<iframe title="YouTube video player" width="yourwidth" height="yourheight" src="http://www.youtube.com/embed/yourmovieIDnumber?wmode=transparent"; frameborder="0" wmode="transparent"></iframe>

Note the "?wmode=transparent" appended to the end of the SRC attribute, and wmode="transparent" added at the end of the iframe tag.


--
Al Sparber - PVII
http://www.projectseven.com
Dreamweaver Menus | Galleries | Widgets
http://www.projectseven.com/go/hgm
The Ultimate Web 2.0 Carousel
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to