jquery vérifie si div a un certain style

if ($('#yourElement').css('position') == 'absolute')
{
   // true
}
Geeky Bravo