Question

I have a site where I am using Litebox to display images. On pages with QuickTime embeds the box appears below the movie. How can I get the box to appear on top? I tried setting wmode=transparent but, while it works in Webkit browsers and IE, it fails in Gecko browsers.

Was it helpful?

Solution

Whenever I lightbox or render anything over a select box, I have to hide the select box via display:none. This prevents the select box from rendering over top of whatever I'm rendering in IE 6 (maybe 7 and 8 too, not sure).

You may have to do the same thing to the quicktime embed in this case.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top