Click to See Complete Forum and Search --> : popup window whitespace


coobs
07-18-2003, 08:56 AM
hi all,
i believe this is a js prob....
http://johnuher.com/portfolio.html
If you go into a section and click on an image, depending on what browser ur using, you may get a white space before the image on the top and left.
Why is that?
IE 5.2 on macOSX doesnt show white space but
NS 7 does.
Ive researched this but cannot find an answer yet.
thanks for the help!

Khalid Ali
07-18-2003, 10:01 AM
you may want to change your logic a bit,what wil take care of your problem is setting the css margin proprty for the body..
<body style="margin:0px;">

this will take care of your problem....
better if you pass the image url to a function and in that function open the window with image.

I have implemented this at this location..

http://68.145.35.86/skills/javascripts/OpenImageSizedWindow.html