kmclaurin
10-14-2005, 03:35 AM
dhtml window
http://www.dynamicdrive.com/dynamicindex8/dhtmlwindow.htm
I am attempting to adjust the start position of the window.
Horizontally, I adjust : document.getElementById("dwindow").style.left="10px"
and it works fine.
How do I adjust Vertical start position? I assume somewhere in :
document.getElementById("dwindow").style.top=ns6? window.pageYOffset*1+30+"px" :
iecompattest().scrollTop*1+30+"px"
...but not having any luck....
Any help appreciated!
http://www.dynamicdrive.com/dynamicindex8/dhtmlwindow.htm
I am attempting to adjust the start position of the window.
Horizontally, I adjust : document.getElementById("dwindow").style.left="10px"
and it works fine.
How do I adjust Vertical start position? I assume somewhere in :
document.getElementById("dwindow").style.top=ns6? window.pageYOffset*1+30+"px" :
iecompattest().scrollTop*1+30+"px"
...but not having any luck....
Any help appreciated!