JQuery Sprawdź, czy Div ma określony styl

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