dhtml combo, scrolldiv problem in IE & FF

HI. i’m having the same issue from this post: dhtmlx.com/docs/products/kb/ … xCalendarA

with a list from dhtmlxcombo.



When the pages loads, the list stays in one place but when i scroll down, the list remains in the same position of the page.



How can i solve that problem?

The list of options is relative to document.body, so if you are scrolling whole document - it will be scrolled as well.
If you are using some additional scrollable area - the mentioned problem occurs.

The situation when all combobox not scrolled may appear in IE6 ( it caused by incorrect procession of position:relative in IE6) - it can be resolved by adding style position:relative to surrounding container ( which has  scroll )