0

见:http ://www.myproduction-1.info/jquery%20tools%20org%20overlay/blue.html

1-我现在确定如何让关闭按钮成为链接。

3-背景图像的左侧部分隐藏,我查看了所有可能的选择器来更改它,但没有成功。

完成 2- 整个模态窗口应该在视口中居中。

任何提示将不胜感激!

4

1 回答 1

0

使用此代码使模态窗口居中对齐。

.modal {
    background-color: #FBFFFF;
    display: none;
    width: 755px;
    height: 535px;
    text-align: left;
    opacity: 0.8;
    margin: -267px 0 0 -377px;
    top: 50%!important;
    left: 50%!important;
}
于 2012-12-13T08:18:51.087 回答