jquery SimpleModel close在firefox中不起作用

jquery SimpleModel close在firefox中不起作用,firefox,jquery-plugins,Firefox,Jquery Plugins,我正在使用jquery.SimpleModel 1.3.5(我尝试了旧版本) 关闭按钮不能关闭firefox中的模式(我试过IE,效果很好) 这是我正在使用的测试页面: <html> <head> <title>Untitled Page</title> <style> #simplemodal-overlay { background-color:#000; cursor:wait; } #si

我正在使用jquery.SimpleModel 1.3.5(我尝试了旧版本) 关闭按钮不能关闭firefox中的模式(我试过IE,效果很好) 这是我正在使用的测试页面:

<html>
<head>
    <title>Untitled Page</title>
    <style>
    #simplemodal-overlay {
   background-color:#000;
   cursor:wait;
 }
 #simplemodal-container a.modalCloseImg {
  background: url(../images/modal_close.png) no-repeat;
  width:25px;
  height:29px;
  display:inline;
  z-index:3200;
  position:absolute;
  top:15px;
  right:18px;
  cursor:pointer;
 }
 .modala
 {
  width: 372px;
  height: 206px;
  background: url(../images/modal.png) no-repeat;
 }
    </style>
</head>
<body>
 test page
    <script language="javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script>
    <script language="javascript" src="/include/jquery.simplemodal-1.3.5.js" type="text/javascript"></script>
    <script type="text/javascript">
  $("body").click(function() { $.modal("<div class=\"modala\"><h1>SimpleModal</h1></div>", {overlayClose: true} ); });
    </script>
</body>
</html>

无标题页
#单纯形覆盖{
背景色:#000;
光标:等待;
}
#SimpleModel容器a.modalCloseImg{
背景:url(../images/modal_close.png)不重复;
宽度:25px;
高度:29px;
显示:内联;
z指数:3200;
位置:绝对位置;
顶部:15px;
右:18px;
光标:指针;
}
莫达拉先生
{
宽度:372px;
高度:206px;
背景:url(../images/modal.png)不重复;
}
测试页
$(“body”)。单击(function(){$.modal(“SimpleModel”),{overcyclose:true};});

有什么问题吗?SimpleModel和FF是否存在已知问题?

SimpleModel是一个不推荐使用的库。你最好使用类似于

的东西,而不是图书馆。它仍在维护和开发中。