javascript - fullPage js scrolls wrong height in IE -


i developing website fullpage js create scrolling site.

the scrolling works fine in chrome , firefox in internet explorer off.

the scroll goes in between pages , wrong pages , can't use site @ all. don't know why happening.

www.mpaccione.com/correlation-one/index.html

in the fullpage.js documentation can read following:

be careful! data-anchor tags can not have same value id element on site (or name element ie).

looking resulting html code can see how use anchor employers , id employers:

<div id='employers' class='howworks graybg'></div> 

ie might not case sensitive.


Comments

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -