lisounder Posted February 7, 2011 Share Posted February 7, 2011 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(); } Quote Link to comment https://forums.phpfreaks.com/topic/226963-need-help-fixing-error/ Share on other sites More sharing options...
lisounder Posted February 7, 2011 Author Share Posted February 7, 2011 Added an image capture of the error message. [attachment deleted by admin] Quote Link to comment https://forums.phpfreaks.com/topic/226963-need-help-fixing-error/#findComment-1171063 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.