I've been testing libraries for enabling HTML5 and loading JavaScript. I'm experiencing some oddities with modernizer 2 in IE7, Firefox 4 on XP, and others. (Works fine in IE6 and 8)

When including the script the browser simply renders the screen blank white.

http://ibob.dk/velkommen-narrow-head-modrn.html

I've managed to get it to show content if removing all styling. However scrolling down causes the browser to smear the content.

I see no JavaScript or HTML interpretation errors. Anyone got a hint to what is going on?

link|improve this question

1  
If I use the ‘barebone’ script. Just clicking generate from modernizr.com/download. That custom script will work. So hast to be something in CSS HTML5 detection that breaks it (?) – Michael Jun 9 '11 at 5:47
Could it be a security issue? – Michael Jun 9 '11 at 6:18
I'm seeing the same issue, very interested if any answers are found. – JT. Jun 19 '11 at 22:59
I didn’t find a solution yet. – Michael Jun 22 '11 at 7:21
I've opened an issue on modernizr on github github.com/Modernizr/Modernizr/issues/361 – Michael Aug 30 '11 at 16:29
feedback

1 Answer

Resolved on github importing last version of modernizr REad Michael link: "I've opened an issue on modernizr on github github.com/Modernizr/Modernizr/issues/361 – Michael"

link|improve this answer
Yes, I did that. Installing the latest version worked. Didn't exist at the time, though :( – Michael Sep 30 '11 at 13:50
feedback

Your Answer

 
or
required, but never shown

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