javascript - jQuery Tools Overlay Mask Problem - Stack Overflow

I'm trying to use following function with my API.. It works but the background isn't masking.

I'm trying to use following function with my API.. It works but the background isn't masking. What's wrong?

    dialog: function(message)
   {
    this.OCache = $('<div class="modal">'+ message+'</div>').appendTo('body').overlay
    ({top: 0,mask:{color: '#000',loadSpeed:200,opacity:0.5},closeOnClick:true,load:true});
   }

and this is the css for the modal box

    .modal {
 display:none;
 width:400px;
 background-color:#000;
 border:1px solid #fff;
 padding:10px 15px;
 display:none;
 color:#fff;
 text-align:left;
 font-size:12px;
 /* outline radius for mozilla/firefox only */
 opacity:0.8;
 -moz-box-shadow:0 0 10px #000;
 -webkit-box-shadow:0 0 10px #000;
}

I'm trying to use following function with my API.. It works but the background isn't masking. What's wrong?

    dialog: function(message)
   {
    this.OCache = $('<div class="modal">'+ message+'</div>').appendTo('body').overlay
    ({top: 0,mask:{color: '#000',loadSpeed:200,opacity:0.5},closeOnClick:true,load:true});
   }

and this is the css for the modal box

    .modal {
 display:none;
 width:400px;
 background-color:#000;
 border:1px solid #fff;
 padding:10px 15px;
 display:none;
 color:#fff;
 text-align:left;
 font-size:12px;
 /* outline radius for mozilla/firefox only */
 opacity:0.8;
 -moz-box-shadow:0 0 10px #000;
 -webkit-box-shadow:0 0 10px #000;
}
Share Improve this question asked Oct 20, 2010 at 13:51 YakupYakup 1032 silver badges5 bronze badges 0
Add a ment  | 

2 Answers 2

Reset to default 12

You'll need toolbox.expose.js for this to work.

Overlay will not work with just Ui.Overlay.js file. You also need to include toolbox.expose.js.

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1743654533a4485142.html

相关推荐

  • javascript - jQuery Tools Overlay Mask Problem - Stack Overflow

    I'm trying to use following function with my API.. It works but the background isn't masking.

    1天前
    10

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信