jQuery Dialog Box

后端 未结 10 1985
暖寄归人
暖寄归人 2020-12-07 15:39

Im trying to do a dialog box with jquery. In this dialog box Im going to have terms and conditions. The problem is that the dialog box is only displayed for the FIRST TIME.<

10条回答
  •  猫巷女王i
    2020-12-07 16:28

    if You want to change opacity for all dialog then change in jquery-ui.css

    /* Overlays */
    .ui-widget-overlay
    {
        background: #5c5c5c url(images/ui-bg_flat_50_5c5c5c_40x100.png) 50% 50% repeat-x;
        opacity: .50;
        filter: Alpha(Opacity=80);
    }
    

提交回复
热议问题