From: Barre B. <ba...@ho...> - 2000-11-13 14:45:10
|
Nope. It has to do with the setClip function. One line was removed from it causing it to access properties not yet set.. it seems At any rate, it works if you change var c=this.css.clip to if (!this.created) return var c=this.css.clip in setClip Line 356 i believe. //Bart > Under NS 4.08, the following error occurs using the 2000- 11-12b release: > > dynlayer.js - line 356 > c has no properties > > I've rolled dynlayer.js back to the 2000-11-09b release and everything's fine. I > think it has to do with the getClip function... > > Mike > |