-
Manoj
9
posts
Member since:
Feb 2008
Posted 27 Aug 2008
Link to this post
I have one div "DivContainer" on a page that workes as a container. inside "DivContainer" i have one more div element that is larger in height to the container div. So the container div displays scrollbars.
On the inner div i have sevaral controls along with a Rad DatePicker. Now when i open the calendar control and scrolls the div, all other controls scroll with div but calendar control remains static. Even the Date Input and Calendar Icon moves along with scrollbar except the calendar popup.
Waiting for some help.
Thanks & Regards,
Manoj Dwivedi
-
-
Bruno
105
posts
Member since:
Mar 2008
Posted 27 Aug 2008
Link to this post
Set position: relative to your problematic element.
-