Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Carine Leong on Jul 05, 2009 22:58
open dhtmlx forum
DHTMLX Menu Overflow Width

Is it possible to make the top level of dhtmlxMenu to be left right scrollable if exceed the maximum width specified?
Answer posted by Alex (support) on Jul 05, 2009 23:53

Unfortunately, scrolls are not supported for a top-level menu. It is possible to define several menus that are placed one below another.

<div id="menuObj1"></div>
<div id="menuObj2"></div>

<script>

var menu1 = new dhtmlXMenuObject("menuObj1");

var menu2 = new dhtmlXMenuObject("menuObj2");