I have an html page which contains iframe from another site. Left from iframe i have a link that opens modal box with video from Vimeo.com. Problem is when I click and open modal box, modal window is cut by iframe. In some browsers only edges of modal window are being cut, and in some whole embedded video.
I'm using http://colorpowered.com/colorbox/, based on jQuery. I tried to change "wmode" attributes for both iframe and modal box videos, played with z-index but it won't do the magic.
OK i fixed it. Thanks for response, but after a while i wrapped wrapper div from color box into Iframe and that fixed things. I still had to specify "wmode" attributes in flash tags.