modal window problem
I am using colorbox a jquery plugin to emulate modal window which is not able to overlay flash movies and youtube video.
I have exper开发者_开发问答imented with the z-index but nothing seems working.
Please enlighten me on this. thnx in advance
Flash movies should have their wmode parameter set to transparent. If not, they get the highest z-index slot. transparent put them at the default page level.
精彩评论