Cross-browser solution for CSS position: sticky '
Position sticky isn't used in all browsers yet, but I've seen some browsers use sticky position.
Is there a way to implement it in older browsers (IE 7+)?
+3
source to share
2 answers
Here's a polyfill for that: https://github.com/filamentgroup/fixed-sticky
You can check html5please whenever you need policies and shims for new features, especially when it comes to IE.
+6
source to share