Results 1 to 4 of 4

Thread: How can I position a popup to a fixed size?

  1. #1
    Join Date
    Sep 2009
    Posts
    9

    Default How can I position a popup to a fixed size?

    I want to launch a popup using Webflow but it cant keep growing in size, I want to set a max size it can grow to before a scroll bar is presented. Is this possible?

  2. #2
    Join Date
    Oct 2008
    Location
    Warsaw, Poland
    Posts
    124

    Angry

    Is there any way to set width and height of the SWF popup window?

    Thanks.

  3. #3
    Join Date
    Sep 2009
    Posts
    9

    Default

    We didn't find an answer to this in the end.

  4. #4
    Join Date
    Oct 2008
    Location
    Warsaw, Poland
    Posts
    124

    Default

    Quote Originally Posted by J_Rawlings View Post
    We didn't find an answer to this in the end.
    I found one solution. All you have to do is add width and height CSS attributes for the flowing style:

    Code:
    .tundra .dijitContentPane {
    width:500px;
    height:300px;
    }
    Regards

Posting Permissions

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