jQuery - Fancybox: But I don't want scrollbars!

前端 未结 24 1993
醉话见心
醉话见心 2020-12-15 17:37

I am using jQuery Fancybox for a popup registration form here

I would like the form to come up at the size of 450px by 700px but no matter what I set the height and

24条回答
  •  不思量自难忘°
    2020-12-15 17:57

    My 2 cents, write

    *{ margin:0; padding:0; }
    

    in your target page main css, add a content div with the height size of all your elements, don't touch the .js, listo, saludos

提交回复
热议问题