A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: browser margin space

  1. #1
    Registered User
    Join Date
    Jul 2000
    Posts
    28
    Hi
    I've set the margin=0 for the lil space that the browser puts on the page. It works in Netscape but not in IE.
    Is there a trick for IE?
    Thank you!

  2. #2
    Junior Member
    Join Date
    Jul 2000
    Posts
    12

    Post

    i hope this is what you want:

    try this:
    <frameset rows="50,*" cols="140,*" frameborder="NO" border="0" framespacing="0" marginwidth=0 marginheight=0>
    <frame name="xy" scrolling="NO" noresize src="xy.html" marginwidth=0 marginheight=0>
    </frameset>
    you also need to put it in <frameset>!



  3. #3
    Junior Member
    Join Date
    Aug 2000
    Posts
    25
    There's more to put in the body that just that one tag. There's 2 for NS and 2 for IE:

    <body marginheight="0" marginwidth="0" leftmargin="0" topmargin="0">



  4. #4
    Registered User
    Join Date
    Jul 2000
    Posts
    28

    Smile

    Oh thanks [Luc] that did the trick on the new specific sized window!


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