I need to insert a div in the DOM after the "html" tag. It works on all browser except in IE7.
After several test, it looks like i can't access to the html element with IE7.
For example :
$('html').append('mycontent'); //works with all browser except IE
Someone have an idea of how I can bypassing this IE7 limitation ?
Thank you.
ps: I test on IE9 in IE7 mode
bodytag - hence not being rendered? – Dutchie432 Dec 29 '11 at 19:06