Oh, thats why it didn't
Posted by Matt M. on January 04, 2002 at 09:33 AM
Oh, thats why it didn't work
It would appear that when setting properties in style objects in Mac IE5 with JavaScript you have to specify the units. So statWindow.style.left=480 won't do it. You have to put statWindow.style.left="480px". PC IE accepts both.