S
Shilpa Kumari
Guest
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?
Continue reading...
- position: -webkit-sticky;
- position: -moz-sticky;
- position: -ms-sticky;
- position: -o-sticky;
- position: sticky;
Continue reading...