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(); } 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] Link to comment https://forums.phpfreaks.com/topic/226963-need-help-fixing-error/#findComment-1171063 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.