douzhang1852 2013-06-03 09:48
浏览 33

更改弹出框的顶部

In My code I am using Smarty to display a pop-up in (.tpl) file.
I am using following function for pop-up.

popUpLightBox( $intWidth, $intHeight, url, 'Title of popup');

in my code i am using CLightBox.class.js Liabrary. In which the Top and Left of Pop-up
window is set internally by CLightBox.class.js liabrary.
and due to this each time i ain't get fixed position of pop-up. CLightBox.class.js use
below code to set left and top.
this.intLeft = (Math.round((this.intViewportWidth - this.intCurrentWidth)/2) + 250);
this.intTop = (Math.round((this.intViewportHeight - this.intCurrentHeight)/2) + 192);

Here, viewport width and height is set according to the data rows in the tpl file .

Does anybody can help me to reset its Top by using jQuery or using javascript.
Any type of help is welcomed. Thanks!

  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 使用phpstudy在云服务器上搭建个人网站
    • ¥15 应该如何判断含间隙的曲柄摇杆机构,轴与轴承是否发生了碰撞?
    • ¥15 vue3+express部署到nginx
    • ¥20 搭建pt1000三线制高精度测温电路
    • ¥15 使用Jdk8自带的算法,和Jdk11自带的加密结果会一样吗,不一样的话有什么解决方案,Jdk不能升级的情况
    • ¥15 画两个图 python或R
    • ¥15 在线请求openmv与pixhawk 实现实时目标跟踪的具体通讯方法
    • ¥15 八路抢答器设计出现故障
    • ¥15 opencv 无法读取视频
    • ¥15 按键修改电子时钟,C51单片机