A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: MARGINS ON POP_UPS_SECOND FLASH SITE

  1. #1
    Junior Member
    Join Date
    Aug 2002
    Posts
    8

    Angry

    I have created pop-ups on http://www.pausenine.com and the pop-ups appeare with margins. I have no ideas why. Please help here is my code:

    on (release) {
    getURL ("javascript:NewWindow=window.open('STIRLING_TRADE SHOW','newWin','width=657,height=250,left=100,top= 100,menubar=0,toolbar=0,location=0,scrollbars=0,st atus=0,resizable=0,fullscreen=0,marginwidth=0,marg inheight=0,topmargin=0,leftmargin=0'); NewWindow.focus(); void(0);");
    }

  2. #2
    Moderator enpstudios's Avatar
    Join Date
    Jun 2001
    Location
    Tampa, Fl.
    Posts
    11,282
    Put this in the body tag of your popped up page:

    marginwidth="0" marginheight="0" leftmargin="0" topmargin="0"

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center