Page 1 of 1

Internet Explorer problem

Posted: Mon Dec 27, 2004 4:46 pm
by Shendemiar
At:

http://www.jatevesi.fi/index.php

Why and where from does the one space appear to the beginning of the page (paint the empty space at the top of the page before the box starts)

It only appears with IE

Source indicates that no empty spaces appear before the table. Must be misunderstod linechange etc? Charset issue? Bug?

Posted: Mon Dec 27, 2004 11:46 pm
by n00b Saibot
I checked out your site and i noticed a <img> tag hiding nicely in the
javascript u wrote in the HEAD section. it references an image which as such its not displaying.
As such the space of 1 pix is left aboce the table.
that's ur problem fella!
Remove it if u don't want the blank space above ur table.

Bye 4 now!

Posted: Tue Dec 28, 2004 2:49 am
by Shendemiar
n00b Saibot wrote:I checked out your site and i noticed a <img> tag hiding nicely in the
javascript u wrote in the HEAD section. it references an image which as such its not displaying.
As such the space of 1 pix is left aboce the table.
that's ur problem fella!
Remove it if u don't want the blank space above ur table.

Bye 4 now!
Okay thanks a lot! I'm sure it's that. I need to move the JS elsewhere then.