Results 1 to 2 of 2

Thread: dhtml window position

  1. #1
    Join Date
    Oct 2005
    Posts
    14
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default dhtml window position

    dhtml window
    http://www.dynamicdrive.com/dynamici...htmlwindow.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!

  2. #2
    Join Date
    Oct 2005
    Posts
    14
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default dhtml window

    Hello....never mind....didn't save file before
    seeing if change works...need sleep bad...

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •