Hi there I have a youtube video embedded inside the site however when I click in a button to get the overlay, the overlay goes behind the youtube video. This happens only in Firefox 14, it works fine everywhere else... I have tried to put wmode="transparent/opaque" but it does not work with either one or the other...
Overlay box code:
.box_4, .box_5, .box_6 {
position: fixed;
top: -1900px;
left: 50%;
z-index: 101;
width: 883px;
margin-left: -400px;
}