Hello,
I made some tests with the last version and I've got a problem with IE8.
On every refresh (PostBack), i've got an error (Invalide argument) on this line :
style.addRule('olv\\:*',"behavior: url(#default#VML); "+"position: absolute; display: inline-block;");
in this block :
if(!document.namespaces.olv) {
document.namespaces.add("olv",this.xmlns);
var style=document.createStyleSheet();
style.addRule('olv\\:*',"behavior: url(#default#VML); "+"position: absolute; display: inline-block;");
}
I haven't got errors with FIrefox or IE7 (IE8 in browser mode IE7).
Do you have any idea where it may come?