私は配列をそのように宣言しています
var positions = [];
また
var positions = new array();
どちらの方法でも機能します
スクリプトの後半で値が追加されます
positions[0].top = 0;
ie7 がこのエラーを受け取ることを除いて、すべてのブラウザーですべて問題ありません
Error: Unable to set value of the property 'top': object is null or undefined
IE7でarraを設定する別の方法はありますか?