I'm having a very bizarre issue. I have been building a website locally on my linux box and all was well until I uploaded the site files to a place where i have some hosted space. Everything renders exactly the same except one element in my footer which i think is affecting some jquery animation i am using. I thought maybe I was missing files or hadn't uploaded the latest versions of everything, so I deleted the server directory and re-uploaded everything exactly as is from my local copy. And yet, the problem remains. I'm not sure how this is happening. Has anyone seen this before, or does anyone have an idea what could cause this? I'm baffled! Thanks everyone!!! I am attaching screen shots. the local copy with correct footer

the server version with footer that overflows

link|improve this question

Interesting... from comparing the screenshots, the word "News" is exactly one pixel wider in the server version (gap between w and s), but the font size is identical. I have no idea what causes this, but adding a few extra pixels to your #bottom h3's width won't hurt. – Pumbaa80 Jan 31 '11 at 22:49
feedback

1 Answer

up vote 0 down vote accepted

Seems to be a cache problem. Try to force a refresh with F5 or CTRL+F5.

Try clear your cache in your browser settings.

If that don't work, use Firebug (an Firefox browser addon) to check actual css at your footer. This will show the problem.

BTW: don't use spaces in your URL if you can. Don't use spaces in your filenames/folders.

link|improve this answer
that solved that problem! thanks! sorry for the delayed gratitude :( – gabereal May 26 '11 at 4:25
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.