Home › Forums › CSS › Cody House Nav Doesn't Function in IE › Reply To: Cody House Nav Doesn't Function in IE
January 9, 2018 at 10:36 pm
#265218
Participant
Theorecially, this should solve that (provided my brain got wired correctly this time):
if (currentTop < this.previousTop ) {
}
else if (currentTop != this.previousTop) {
}