Home All Groups Group Topic Archive Search About
Author
22 Jun 2009 3:51 PM
mk2707
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

*** Sent via Developersdex http://www.developersdex.com ***

Author
2 Jul 2009 9:05 AM
H-Hemdan
check this lessons about css

http://www.w3schools.com/css/default.asp

mk2707 wrote:
Show quoteHide 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