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">




Try to use “tabstyle” attribute:


<div id=“a_tabbar” class=“dhtmlxTabBar” tabstyle=“modern” …>

thanks alex