views:

111

answers:

2

Does anybody know why the close button of the Lightbox is behind the Video and not on foreground on the iPad (Safari browser and WebView in App)?

Screenshot: http://i.imgur.com/SYI9w.png

With other Elements (Image gallery, Text / HTML) the close button is rendered correctly.

On Safari with Mac OS X (not iOS) the close button works correctly as well with video.

The Lightbox is standard and the video is embedded with the video tag.

Thank you in advance for any hints!

A: 

Try setting position: relative on it; that can make a difference sometimes.

Anthony Mills
+1  A: 

Under the hood, the video tag works kind of like a plugin. For a long time, browsers always put plugins above all content independent of zindex. I'm guessing the same thing is happening here.

Russell Leggett