var a = document.all || document.getElementsByTagName('*'), i = a.length, c = []; while (i--) if (a[i].style.position == 'absolute') c.push(a[i]); // c — массив со всеми элементами с абсолютной позицией