Well, it seems that firefox is rendering my blog incorrectly. It shifts all of the content of my blog (except for the header) down.

http://blog.bignotch.com

I notice that when the page first loads, the content is where it's supposed to be for a split second, then shifts down about 700 pixels. Does anyone have an idea on why firefox would be doing this?

link|improve this question
feedback

2 Answers

Your page has many markup errors. try sorting them out. Also validate your theme's CSS as well.

link|improve this answer
feedback

The theme you started with, Blue Fusion, is very old and may not be fully compatible with WordPress now. Your wp-mailing list plugin is using CSS 1, which is ancient and likely to cause browser issues. However, the gap in the page appears to be caused by hidden JavaScript elements. You have several content errors - such as missing Audio-player code and flash elements being called. These are returning 404 Not Found errors that are being inserted into that space.

Try disabling plugins that you aren't using and make sure that you remove references from your theme for any scripts that are related to these.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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