jQuery模态和叠加 - 浮动在模态div搞乱显示

时间:2012-11-24 10:04:01

标签: jquery css modal-dialog

请访问http://idataonline.idataresearch.com/index.php的临时网站,然后点击右上角的会员登录信息。我需要知道关于模态登录框和叠加层是如何显示出来的,我的css正在发生什么。叠加显示在页面下方并且没有背景颜色。叠加层应显示为使页面变暗并可单击以关闭模态。它目前是可点击的,但您必须向下滚动到实际点击它的位置...

2 个答案:

答案 0 :(得分:1)

将此css添加到div类“ui-widget-overlay”

 <style type="text/css">
    width: 1343px;
    height: 1264px;
    z-index: 1001;
    top: 0px;
    position: absolute;
    background-color: black;
    opacity: 0.8;
    cursor: pointer;
 </style>

答案 1 :(得分:0)

它的到来只是我猜的?请详细说明你的问题,如果可能的话显示一些代码。我发现你的模态尺寸大于屏幕显示因此你得到更多的滚动