NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: gavinwebb on March 29, 2012, 12:17:49 PM
-
Is there a way to change the position of popup forms. I would like mine to appear a bit further down the screen.
-
Hi Gavin,
The short answer is "no". When the popup is created it's just a stub, so has no content, so doesn't know how high it will need to be when it opens.
So it opens centred (you specify the width) and "top aligned".
That said, it is possible to "push" it down, by setting the option for the jQuery Dialog (check the jQueryUI docs for more in that direction.) Be careful though, allow for screens of _very_ different sizes.
Cheers
Bruce