0

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

4

2 回答 2

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>
于 2012-11-24T10:41:06.770 回答
0

它只是我猜想的那样吗?请详细说明你的问题,如果可能的话显示一些代码。我注意到你的模态的尺寸比屏幕显示的尺寸大,因此你在右边得到更多的滚动

于 2012-11-24T10:07:49.273 回答