Hi
Effectively what I need to do in JS is move all absolutely positioned elements down by x pixels. Do I need to loop through every element and try to figure out if it's positioned absolutely? Or is there a better way?
Thanks, Mala
Update: specific: I am using a bookmarklet to inject JS onto any page - thus I cannot change the markup or actual css files in any way. This bookmarklet should, among other things, move all absolutely positioned elements 155 pixels down.