Hi everyone,
i'm currently using telerik (2009.2.826.20) in a web app developed in c#.
I have a form with a custom control with a list of links, i used the radajaxLoadingPanel to set a white div (transparency 30%) above the part of the page in which the controls and the results is positioned.
everything works fine in Ie7, ie9, and firefox
with chrome i have a strange behavior...
-when the vertical scrollbarr is all to the top the updating panel is in the right position,
-when the scrollbar is not at the top, the updating panel moves higher.. (the more the scoll is down, the more the panel moves)
that's the code i used
master-page
the page that contains the control *
css
you can see also the screenshot i took in the file attached.
any help or advice would be appreciated
EDIT 28/07/2011
I found a
solution for that
i used the code below in the page that contains the control *
it is easier with less code and works good :D