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.
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
Post a Comment