$('*').filter( function() { if ($(this).css('position') == 'absolute') return true; else return false; } ).css('color', 'red');