html - Position fixed and Internet Explorer - Stack Overflow
https://stackoverflow.com/questions/1193255/position-fixed-and-internet-explorer
for fixed position in IE 8 DOCTYPE is very very important. one of I recently wrote a jQuery plugin to get position:fixed working in IE 6+. It doesn't jitter on scroll, it looks at capability (not user-agent)...
Fixed Positioning in IE 6 | CSS-Tricks
https://css-tricks.com/snippets/css/fixed-positioning-in-ie-6/
Fixed Positioning in IE 6. Chris Coyier on Oct 24, 2009. The 100% height on the body and html stuff is in case you want to do fixed positioning along the bottom edge of the browser window.
IE11 fixed position element scroll-bug
https://codepen.io/ksgy/pen/oxdJxv
/* IE 11 Scroll bug for a "position: fixed" element. If you scroll down you'll see that the header element moves with the content for about 20px and then stops as fixed.
position property (Windows) | Microsoft Docs | ms-device-fixed
https://docs.microsoft.com/en-us/previous-versions/windows/internet-explorer/ie-developer/platform-apis/aa768717(v=vs.85)
Internet Explorer 10. Positioned floats only. (The IHTMLRuleStyle::display property must be set to -ms-device-fixed. IE11. Object is positioned relative to the visual viewport containing the content.
New bug in IE11 -- scrolling position:fixed + background-image...
https://social.msdn.microsoft.com/Forums/ie/en-US/9567fc32-016e-48e9-86e2-5fe51fd67402/new-bug-in-ie11-scrolling-positionfixed-backgroundimage-elements-jitters-badly?forum=iewebdevelopment
Essentially IE11 will do this on any div with a fixed background image. Note the jitter does not happen if you grab the scrollbar with the cursor and move it up and down (which people rarely do).
CSS Layout - The position Property | position: fixed
https://www.w3schools.com/css/css_positioning.asp
An element with position: fixed; is positioned relative to the viewport, which means it always stays in the same place even if the page is scrolled. The top, right, bottom, and left properties are used to...
CSS Fixed Positioning | David Walsh Blog
https://davidwalsh.name/css-fixed-position
You can see fixed positioning in effect on the Facebook website (chat toolbar). facebook works in ie6 tho, your example doesnt. would be awesome if you could provide the workaround as well. thanks!
Position fixed (sidebar) doesn't work on IE11 ยท Issue #1252...
https://github.com/Semantic-Org/Semantic-UI/issues/1252
So "fixed" elements, aren't positioned correctly when applying the method as advised in the css guide. It's just being ignored by IE11. So it's actually the sidebar itself, that isn't positioned into the...
9 Most Common IE Bugs and How to Fix Them
https://code.tutsplus.com/tutorials/9-most-common-ie-bugs-and-how-to-fix-them--net-7764
Internet Explorer - the bane of most web developers' existence. Up to 60% of your development can be wasted just trying to squash out IE specific bugs which isn't really a productive use of your...