would like to have a scrollable table with fixed header.I have tried with "position:relative;" in <thead>, and it's working fine with IE. But in mozilla its not working.
I am wondering if I can use <THEAD>, <TBODY> along with the CSS position or overflow property to make it work both for IE and Mozilla?