define height on addTab() function

Hello Everybody,



I’m trying to understand how to define the height value for the tabs (not the container, I’m talking about the label you click to retrieve contents)

Is there any way to solve it?



The tabs are normally oriented (Top)



Regards,



marco

The height of tab can be set only while tabbar creation, it not possible to change it after that.


thanks, and how can I define tab labels height during creation? I can’t find any function



Many thanks



MG

The third parameter of tabbar constructor
    var tab = new dhtmlXTabBar(‘id’,‘top’,25);    << third is height of tab label, 20 by default


Many many thanks



MG