FOUC in IE

Hi Guys,

I have an issue with HTML5 and IE 7 - 8. I think it is so called FOUC flash of unstyled content issue. It occurs after I add MOdernizr to make IE a bit cleverer in order to understand HTML5. Though I added modernizr link exactly as it is suggested on http://modernizr.com/docs/ it didn’t make any difference and the home page on first load looks broken. After second reload everything except an image slider looks alright.

Drop the script tags in the <head> of your HTML. For best performance, you should have them follow after your stylesheet references. The reason we recommend placing Modernizr in the head is two-fold: the HTML5 Shiv (that enables HTML5 elements in IE) must execute before the <body>, and if you’re using any of the CSS classes that Modernizr adds, you’ll want to prevent a FOUC.

So if anybody has an idea how to solve it I would be very happy if you want to share it with me. Also about the image slider. It disappears on IE 7 - 8.

The website URL: http://abstainers.dnsalias.com/

Thank you.