check this lessons about css
http://www.w3schools.com/css/default.asp
mk2707 wrote:
Quote:
i'm trying to fix the datagrid header in a RTL page. i'm using the
following style:
position:relative;
top:expression(this.offsetParent.scrollTop);
but it's not working cuz the header disappears when i use the scrollbar.
how can i have a fixed header without adding a table in a seperate div
that contains the header's data above the datagrid?
can anyone please suggest how i can modify the CSS style to adjust the
top and the left of the datagrid header??
thank you
|