Hi Guys,
I want a tree on my site to use the scroll bar on an external DIV rather than the div containing the tree. For instance, imagine this scenario
Enter Name
In my CSS I give the outerdiv a height value so that where the results tree is greater then the entire ‘outerdiv’ scrolls, which is the required functionality. This works perfectly in Firefox however in IE this does not occur, in IE - the outerdiv does scroll, but the dhtmlx tree does not move - its stays fixed. In order to scroll the tree in IE I need to give innerdiv height for it to scroll within that div, but this is not the required functionality.
thanks
Cyril