views:

14

answers:

1

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.

A: 

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

meder
bingo. you got it.
Dave