Creating menu element under a specific div instead of body

Hi,

Is there a way to create a dhtmlx menu element under a specific div, currentlty it is being created under the body element, but in my scenario we create a app area div where entire application content is being kept and we use this app area scroll bar but not the browser scroll bar by default. In this case as the menu item is created relevant to body element, it doesn’t scroll with the div scroll bar. Could you please provide your thoughts on this?

Regards,
Rakesh

Hi
You can try the next sample:

[code]

DHTMLX Tutorial. Contacts html, body { width: 100%; height: 5000px; margin: 0px; } .sticky { position: fixed; top: 0; z-index: 101; }
[/code]