Hello,
I have a page in which I am trying to use TinyBox2. I have added the following code...
<li onclick="TINY.box.show({iframe:'http://www.thewoodwards.nl/test_html/The Woodwards - Biography 2012.html',boxid:'frameless',width:750,height:450,fixed:false,maskid:'bluemask',maskopacity:40, top:-14,left:-17, closejs:function(){closeJS()}})">Bio</li>
...and the box displays as I would expect but on the same page I have an embedded Youtube video using the following code...
<iframe width="700" height="386" src="http://www.youtube.com/embed/videoseries?list=PLF28449EDE152C9BC&hl=en_US&hd=1" frameborder="0" allowfullscreen></iframe>
...and when the TonyBox loads it loads behind the Youtube video and you can see in the image below. How do I get the TinyBox to display on top of the YouTube video?

Mark