I got a video element on a page that\'s working fine both in safari mobile and desktop. I have a seme-transparent pull-down menu that\'s working fine. The problem is, when t
The issue only occurs if the video element was dynamically created. If the element was just in the page as it loaded, z-index works fine.
z-index
You can fix z-index on dynamically created videos by giving the video element -webkit-transform-style: preserve-3d.
-webkit-transform-style: preserve-3d
Yep, it's as bad as haslayout on IE!