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.
January 8, 2013 at 10:48 am
#120264
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: