Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Cody House Nav Doesn't Function in IE Reply To: Cody House Nav Doesn't Function in IE

#265218
Shikkediel
Participant

Theorecially, this should solve that (provided my brain got wired correctly this time):

  if (currentTop < this.previousTop ) {
  }
  else if (currentTop != this.previousTop) {
  }