jquery弹出层被土豆播放器阻挡的问题,现附代码,求教解决方案,先谢谢各位
jquery调用代码部分附上下载地址:http://www.boyuco.com/facefiles.rar<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Facebox Demo</title>
<script src="facefiles/jquery-1.2.2.pack.js" type="text/javascript"></script>
<link href="facefiles/facebox.css" media="screen" rel="stylesheet" type="text/css" />
<script src="facefiles/facebox.js" type="text/javascript"></script><script type="text/javascript">
    jQuery(document).ready(function($) {
      $('a[rel*=facebox]').facebox() 
    })
</script></head>
<body> <embed src="http://player.youku.com/player.php/sid/XNzk4OTg0MjQ=/v.swf" quality="high" width="444" height="325" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash"></embed>        <a href="#MojaveM0801A" rel="facebox">Mojave</a> 
  <div id="MojaveM0801A" style="display:none; width:800px;">总有一部分被挡着总有一部分被挡着总有一部分被挡着总有一部分被挡着总有一部分被挡着总有一部分被挡着总有一部分被挡着总有一部分被挡着总有一部分被挡着总有一部分被挡着总有一部分被挡着</div></div></body>
</html>