I wanted to freeze/fix the table first row and first 2 columns. Below code works, only that when scrolling left to right, the first 2 columns left and right border are gone. Any commend?
<html>
<style type="text/css">
table.sample {
border-width: thin thin thin thin;
border-spacing: 4px...