Hint: IE4 doesn't initialize some CSSP properties in JavaScript!

If you set certain element properties (including left, top, and clip area) with CSSP markup, initially you can't read the values from JavaScript.

Workaround: use other properties like pixelLeft and pixelTop, or first explicitly set the values from JavaScript to the same values in the CSSP markup.

Speaker Notes