Hi there,
Where do I change the width/height of the actual tabs. I want to be able to change the width and height please.
thank you
The height of all tabs can be defined as paratemeter of tabbar constructor
var tabbar = new dhtmlXTabBar(container,mode,height);
The width of tab defined during tab creation
tabbar.addTab(id,text,width);