I'm creating a site where I use multiple elements div
of the page size, and links in the top menu that directs to these div
, doing a page scrolling effect with each click.
My problem is that in Internet Explorer, the scroll bar does not add up, even though I use overflow:hidden
on, body
or div
main.
Notes: I do not know why but in the JSFiddle the code did not work 100%.