Internet Explorer problem

It doesn't matter if you do all the error checking in the world, or if you have the most beautiful graphics, if your site or application design isn't usable, it's not going to do well. Get input and advice on usability and user interface issues here.

Moderator: General Moderators

Post Reply
Shendemiar
Forum Contributor
Posts: 404
Joined: Thu Jan 08, 2004 8:28 am

Internet Explorer problem

Post 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?
User avatar
n00b Saibot
DevNet Resident
Posts: 1452
Joined: Fri Dec 24, 2004 2:59 am
Location: Lucknow, UP, India
Contact:

Post 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!
Shendemiar
Forum Contributor
Posts: 404
Joined: Thu Jan 08, 2004 8:28 am

Post 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.
Post Reply