treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Content Disappears After Load in IE

  • So I'll admit, this one completely baffles me.

    I'm finishing up a new Wordpress theme for my blog, and I'm having a huge problem in IE6 & IE7.

    When the page loads, the content displays for a moment before disappearing. The weird part is that the header stays. The site runs correctly in both Safari and Firefox, so I'm wondering if there's a CSS issue which is causing the entire site to blink out.

    I'm running the theme on a testing server (ignore the domain name for now): http://thecutemuffin.com/

    The stylesheet is available at http://thecutemuffin.com/wp-content/themes/buildinternet-v2/style.css

    I'm guessing this will take some IE specific stylesheets, but I don't even know where to start. Any help would be greatly appreciated.

    Thanks!
  • get rid of that "wrapper-padding" div, there is no need for it... it could be that, although I doubt it, you are getting an error from your twitter feed, maybe comment it out and see if it works then...
  • Thanks for the quick reply. The problem was apparently with the Twitter javascript. Firefox and Safari were successfully loading it, but Internet Explorer was timing out and causing errors.