al momento non sono in grado di testare le varie combinazioni browser/dtd
ma cambiare questo
in questocodice:function MoveArea(x,y){ this.x=x;this.y=y this.css.left=this.x this.css.top=this.y }
lo fa funzionare anche in mozilla e IE6 con DTD strictcodice:function MoveArea(x,y){ this.x=x;this.y=y this.css.left=this.x+((bw.dom)?'px':''); this.css.top=this.y+((bw.dom)?'px':''); }
ciao