[jQuery] Parsing CSS

[jQuery] Parsing CSS

I have a need to parse all elements in the DOM and determine which ones have a computed style of "position: fixed"
My plan is to use some hackery to simulate position: fixed in IE, but I first need to:
1) Find nodes with position: fixed
2) Copy the nodes
3) Do some DOM manipulation
4) Put back the nodes
The main difficulty for me is (1). The rest should be darn simple.<br clear="all">
--
Yehuda Katz
Web Developer
(ph)  718.877.1325
(fax) 718.686.4288
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/