I have a html table inside div tag and I want to stop the table heading at the top of the div when scrolling the div. Position absolute is working fine for some browsers but IE does not suport this.
Please help...
|
I have a html table inside div tag and I want to stop the table heading at the top of the div when scrolling the div. Position absolute is working fine for some browsers but IE does not suport this. Please help... |
||||
|
|
Instead of putting a height on the div and scrolling the whole div, try putting all your non-heading table rows in a |
|||
|
|
|
Well , the straight forward answer to you is to create another table just above the div with just the header and the one inside with data and make the div scrollable. thus give the effect that heading is not scrolled! I hope it helps! |
|||
|