
animating a DIV block problem
I have a DHTML app that animates several images enclosed inside of <DIV>
tags. They simply move to the left and then back to their original
position. The code works fine in IE ver: 4.71.1712.6 and IE ver: 5+.
The problem is that the code does not work in IE ver: 4.72.3110 and
4.72.3612.1713 (SP-2).
The actual problem is that as the <DIV> block moves to the left, it adds
a scroll bar at the bottom of the screen.
Does anyone know why this occurs and maybe a solution?
The code is:
document.all.divname.style.posLeft += 1;