Categories | Question details Back To List | ||
dhtmlxTabber Style in <div> tag How to set Tab Style in the Div tag instead of Java script style setting up using dhxTabbar.setStyle("modern"); <div id="a_tabbar" class="dhtmlxTabBar" imgpath="../scripts/dhtmlx2.0/dhtmlxTabbar/codebase/imgs/" style="width: 600; height: auto;" skinColors="#FCFBFC,#F4F3EE"> Answer posted by Alex (support) on Apr 01, 2009 23:56 Try to use "tabstyle" attribute: <div id="a_tabbar" class="dhtmlxTabBar" tabstyle="modern" ...> Answer posted on Apr 02, 2009 06:16 thanks alex |