Tab Height

hi,
i want to give tab height(not content height) for tab bar using java Script. I know how to do it in html initialization. but how can i do it using java script?

The 3-th parameter of the Tabbar’s init is tabs’ height.

tabbar = new dhtmlXTabBar("a_tabbar", "top", 40);

But you can’t use this parameter with the next skins:

  • dhx_skyblue;
  • glassy_blue;
  • dark_blue;
  • dhx_blue;
  • dhx_black
    It is the result of using images (having the fixed height) by some of them.
    Some of skins (like ‘dhx_skyblue’) are hardcoded.