Hi guys i recently use tabbar encountered some problems

i use dhtmlxtabbar loading sonme html,but dhtmlxtabbar no scroll .
code:
tabbar=new dhtmlXTabBar(“global_tabbar”,“top”);
tabbar.setSkin(“dhx_skyblue”);
tabbar.enableTabCloseButton(true);
tabbar.enableAutoReSize(true);
tabbar.enableScroll(true);
tabbar.setImagePath(“./js/dhtmlx/Tabbar/codebase/imgs/”);
tabbar.setHrefMode(“ajax-html”);
tabbar.addTab(“1”, “hello”, “100px”);
tabbar.setContentHref(“1”, “Action.do?action=ACTUserLogin&method=init”);
tabbar.setTabActive(“1”);

Thank you for your answer. Thank you :slight_smile:

Hello
Could you provide us a static generated sample of attached page to test your issue? If your page is too small to have a scroll - it will not appear…