CSS Position: Sticky; to keep a row /column of a HTML table frozen on a webpage when scrolling.

Shilpa Kumari 21 Reputation points
2020-05-28T16:14:39.113+00:00

The below CSS property:value pair work for other browsers to keep a row /column of a HTML table frozen on the web page.
But this does not work on IE. Is there an alternative way to do this on IE?

    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,151 questions
0 comments No comments
{count} votes

Accepted answer
  1. Dave Patrick 426.1K Reputation points MVP
    2020-05-28T16:16:00.707+00:00

    IE dev is not supported here on QnA. I'd try asking for help in dedicated forums here.

    https://social.msdn.microsoft.com/Forums/ie/en-US/home?forum=iewebdevelopment

    https://social.technet.microsoft.com/Forums/en-US/home?forum=ieitprocurrentver

    --please don't forget to Accept as answer if the reply is helpful--


    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows Server] Datacenter Management

    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees, and confers no rights.

    0 comments No comments

0 additional answers

Sort by: Most helpful