I have an embedded quicktime video that is appearing over a fixed Div. I wrapped them both in DIVS with correct z-indexes, not working. How do I get the video under the div (position: fixed;)?
... Oh, and the problem is only occurring in Safari.
I have an embedded quicktime video that is appearing over a fixed Div. I wrapped them both in DIVS with correct z-indexes, not working. How do I get the video under the div (position: fixed;)?
... Oh, and the problem is only occurring in Safari.
I have no clue how you're embedding it but param name="wmode" value="transparent" or wmode="transparent" will make it obey stacking order. param is for object and attribute is for embed