periksa jQuery apakah div memiliki gaya tertentu
if ($('#yourElement').css('position') == 'absolute')
{
// true
}
Geeky Bravo
if ($('#yourElement').css('position') == 'absolute')
{
// true
}