gnumatt

Oh, thats why it didn't

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.