- 注册时间
- 2012-12-2
- 最后登录
- 2013-9-16
- 阅读权限
- 10
- 积分
- 12
- 精华
- 0
- 帖子
- 3
|
function shwoRight() {
mini.open({
url: bootPATH + "../new/more.html",
top:0,
left:0,
//style: margin-top: 500px,
title: "详细信息", width: 650, height: 380,
});
}
貌似一直默认居中,top left应该怎么写,怎么能让弹出窗口在固定的位置打开呢?
|
|