NetTalk Central

Author Topic: Popup Form Position  (Read 2385 times)

gavinwebb

  • Newbie
  • *
  • Posts: 40
    • View Profile
    • Email
Popup Form Position
« 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.

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11239
    • View Profile
Re: Popup Form Position
« Reply #1 on: April 01, 2012, 06:21:24 AM »
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