Sample: dhtmlxTabbar Top/Bottom/Right/Left Tabbars dhtmlxTabbar main page
X

enableContentZone method allows to hide content zone, so few tabbars can emulate single content zone

 
 
 
    tabbar=new dhtmlXTabBar("a_tabbar","left");
    tabbar.setImagePath("../../imgs/");
    tabbar.enableContentZone(false);
    tabbar.loadXML("tabs4a.xml");
 
    tabbar2=new dhtmlXTabBar("b_tabbar","right");
    tabbar2.setImagePath("../../imgs/");
    tabbar2.enableContentZone(false);
    tabbar2.loadXML("tabs4a.xml");
 
    tabbar3=new dhtmlXTabBar("c_tabbar","top");
    tabbar3.setImagePath("../../imgs/");
    tabbar3.enableContentZone(false);
    tabbar3.loadXML("tabs3a.xml");
 
    tabbar4=new dhtmlXTabBar("d_tabbar","bottom");
    tabbar4.setImagePath("../../imgs/");
    tabbar4.enableContentZone(false);
    tabbar4.loadXML("tabs3a.xml");