Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Assistance Needed! Nav in IE not showing with Youtube embedded player. Re: Assistance Needed! Nav in IE not showing with Youtube embedded player.

#120264
Mottie
Member

I believe the problem is due to the wmode attribute.

Since you are using YouTube in an iframe, you’ll just need to add a parameter (`&wmode=opaque`) to the end of the iframe src:

So change your iframe tag from this:

to this: