IE 6 Bug
Hello,
i keep getting a js error on line 79 of aw.js. I exploded the code so that I could see exaclty where the error was. It occurs on the bolded line below.
if(AW.ie6 && AW.strict){
this.setTimeout(function(){
e.lastChild.style.width=(ww-20)+"px";
e.lastChild.style.height=(hh-20)+"px";
e=null
}
Any ideas/workarounds, can i remove this piece of code?
I am running it in IE 6.0
Thanks,
i keep getting a js error on line 79 of aw.js. I exploded the code so that I could see exaclty where the error was. It occurs on the bolded line below.
if(AW.ie6 && AW.strict){
this.setTimeout(function(){
e.lastChild.style.width=(ww-20)+"px";
e.lastChild.style.height=(hh-20)+"px";
e=null
}
Any ideas/workarounds, can i remove this piece of code?
I am running it in IE 6.0
Thanks,
Adam
September 18,