[jQuery] Filter Question

[jQuery] Filter Question


I have a list of images with the class block:
$('img.block')
I want to filter that list and only get items that have a specific top
or left css value (for instance, only images with a top value of
25px). Does anyone have an idea how to do this?
Thanks!
hydra12