i get the same error in mootools.js in many places from the code,so these lines causes the same error "object does not support this method or property"
when i use IE browser
this.removeEvents(evType);this.$events=null;}
el.fireEvent('trash').removeEvents();
var info6 =$('box6').getNext().setOpacity(0.7);
this.fireEvent('domready');}.bind(this);
this.removeEvents(evType);
Any idea about the errors?


