Hi ,
I �ve a problem with tabbar in opera . this is my code ; I can’t to see tabbar
tabbar=new dhtmlXTabBar(“tabs”,“top”);
tabbar.setImagePath(“dhtmlxSuite/dhtmlxTabbar/codebase/imgs/”);
tabbar.addTab(“an”,“Anverso”,“100px”);
tabbar.addTab(“re”,“Reverso”,“100px”);
tabbar.setContent(“an”,“b3”);
tabbar.setContent(“re”,“b4”);
tabbar.enableAutoSize(true,false);
tabbar.setTabActive(“an”);
tabbar.enableContentZone(false);
Hello,
locally this code works in the same way in all browsers.
But… is using tabbar.enableContentZone(false) code premeditated ?
This method hides content zone and only tabs (header) is visible.