Jump to content

Need help fixing error


lisounder

Recommended Posts

If (new_pos.top != old_pos.top)    :( this line keeps posting an error on Explorer 8 and 9, but not Firefox, Opera, or Sarfari ... please help.

 

 

function flyover_user_h(user)
{
clearTimeout(timer_nf);
        new_pos = $("#"+user).offset();

        if (new_pos.top != old_pos.top)
        {
		$("#"+user).animate({top: old_pos.top}, 'fast');
        }

        flyover_user_hide();
}

Link to comment
https://forums.phpfreaks.com/topic/226963-need-help-fixing-error/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.