FF3/Windows CSS z-index problem with YouTube player

前端 未结 5 2279
闹比i
闹比i 2020-12-07 11:45

I\'m stuck on what appears to be a CSS/z-index conflict with the YouTube player. In Firefox 3 under Windows XP, Take a look at this page: http://spokenword.org/program/21396

5条回答
  •  一生所求
    2020-12-07 12:06

    We use jQuery Flash plugin to convert YouTube links to Flash movies. In this case, wmode is passed as an option in order to get the YouTube video to appear underneath the jQuery Dialog we open:

    $('a[href^="http://www.youtube.com"]').flash(
        { width: nnn, height: nnn, wmode: 'opaque' }
    );
    

提交回复
热议问题