Search results

  1. N

    Css fix/freeze row and column border line missing

    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...
Back
Top