First I want to say I'm a css noob,and I code it Looks great on my local wamp http://www.imgzzz.com/i/image_1290077937.jpg But something wrong on my godaddy sever http://www.imgzzz.com/i/image_1290078088.jpg It's the same code
The image I'm seeing is the top border of a box. And it's the same for both files. BTW the address says it's two files on the same server. Would probably need to see the code/ markup.
The gap is caused by the default margin of your navigation list. You can remove it by using a proper CSS Reset, or by adding this to your stylesheet: * { border: 0; margin: 0; padding: 0; } Code (markup):
Every browser has it's own CSS layout "integrated" (paddings, margins, borders n stuff...) that should be "resetted" before adding any other CSS properties!