In IE11 webpage scrolls automatically down to iframe
I have a webpage with an iframe element containing an embedded google map. When you prompt google maps to embed a map, it gives you this iframe element. I have the map appearing towards the bottom of the page. When loading the webpage in IE11, the webpage is now scrolling automatically down to the iframe element, which is not what I want. As far as I know, this didn't used to happen when I first added the element to this webpage some years ago, but whatever the case, it is happening now in IE11. Does anyone know how to fix it? I had a hard time searching for a solution but it appeared that some people were proposing that some kind of script was needed to force the page to scroll back up to the top when loading? There are some floating elements with absolute positioning in css on the page, so don't know if they are interacting with this issue in some unforeseen way.