I have tried to set CSS property to a DIV: position: sticky
But it doesn't work for IE11 and Edge15, does anyone familiar with any CSS pure polyfill that I can use in order to overcome this issue on those browsers?
Asked
Active
Viewed 2,646 times
1

Tal Tchernihovski
- 101
- 1
- 3
- 10
-
https://caniuse.com/#search=sticky – Bhuwan Feb 12 '18 at 15:20
-
I know is it not supported I wanted to ask if there is a polyfill or a replacement for IE that I can use? – Tal Tchernihovski Feb 12 '18 at 15:23
-
you need to share your code, we may find a woraround using other techniques ;) – Temani Afif Feb 12 '18 at 15:25
-
https://stackoverflow.com/questions/8644248/fix-div-when-browser-scrolls-to-it – Bhuwan Feb 12 '18 at 15:25