I have defined a table with thead and tbody the header section of table remains fixed.This whole table is defined inside a div container.
I have given the main container 'height:inherit;' property so that the container fits in between the main header and footer, and also the table body named tbody is given 'overflow-y:scroll;' the scroll works fine in mozilla but its not working in safari and opera.
Can anyone help??