Rank: Advanced Member Groups: Member
Joined: 7/3/2009 Posts: 37
|
Currently the loadinghtml text displays in the center of the contents of the callbackpanel, therefore is there a way to change the position of the text from the loadinghtml property? I need to have it position at the very top.
Thanks.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You can use a DIV with fixed height CSS to wrap around your LoadingHTML. That way the whole "DIV" will be centered by your text will be at the top of the DIV. So for example, if both your CallbackPanel and DIV have a height of 100px but your text is only 20px height, then the DIV will be aligned to the top of the CallbackPanel and the text will be aligned to the top of the DIV.
Thanks
|