Sorry there was a space after .style. :P
case '2':
this.style.width = '' + (parseInt(this.style.width
this.style.height = '' + (parseInt(this.style.heigh
this.parentNode.parentNode
this.parentNode.parentNode
break;
Main Topics
Browse All Topics





by: wilq32Posted on 2009-05-13 at 02:39:33ID: 24372794
in lines
) + dX) + 'px'; t) + dY) + 'px';
) + dX) + 'px'; t) + dY) + 'px'; .style.wid th=this.st yle.width; .style. height =this.style.height;
case '2':
this.style.width = '' + (parseInt(this.style.width
this.style.height = '' + (parseInt(this.style.heigh
break;
change to:
case '2':
this.style.width = '' + (parseInt(this.style.width
this.style.height = '' + (parseInt(this.style.heigh
this.parentNode.parentNode
this.parentNode.parentNode
break;