Tabbar Horizontal Left Tabs

Is there a way to make the left oriented tabs in tabbar horizontal instead of vertical? I know you can change the orientation of the text inside to horizontal but I need the entire tab to be horizontal as well. Is this possible?

-Aaron

Tabbar with “default” skin allows to change tab height - the maximum is 40:

var tabbar=new dhtmlXTabBar(“a_tabbar”,“left”,40);

tabbar.addTab(“t1”,“tab1”,“20px”);

Thanks for your response! That worked well. But what would it take to increase the max height of 40 to something larger? I understand I have to modify the image files and I’m fairly certain I would need to modify the javascript files but I’m not sure where or which file I would need to alter. Any Ideas?

It would be enough to modify only images.