Hi, Is there any way to clone new HTML5 elements in IE6-8? I add script <!--[if lt IE 9]> <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]-->
But when I try to use .cloneNode(true) or jQuery .clone, all HTML5 elements disappears. .innerHTML show that <nav></nav> turn to <:nav></:nav> and so on. If I try clean .innerHTML with regexp ... elements just disappears with no trace. Any ideas? All best regards. Silent Imp. ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: memberh...@webstandardsgroup.org *******************************************************************