Click to See Complete Forum and Search --> : Javascript new window problem


FlyerNL
06-23-2003, 04:49 AM
Hi,

I made a site with a javascript new window.
The site is made using Fireworks and is
600*400. So I also made this new pop-up
screen 600*400.

When this new window opens, and loads the
600*400 site you will find at the top a white
coloured part. So, the 600*400 website doesn't
exactly fit in the 600*400 new screen.

I also enlarged the window, but still at the top
of the site you will find this white coloured part.
I didn't put any <BR> or something there, and I
don't know how to fix it. Any other ideas?

Regards,
FlyerNL

SlankenOgen
06-23-2003, 05:19 AM
Take out the default margins with-

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

~mgb

FlyerNL
06-25-2003, 11:30 AM
Thank you!! worked