Tab heigbht not working

Hi,



I am trying to get the tabbar to work well in IE. I have three tabs. I cant change the height of the tab in IE. Why? In ie the height is about 200px. In FF it loads height around 1000px.



I even tried the following…







tabbar=new dhtmlXTabBar(“main_tabbar”,“top”);

tabbar.setImagePath("…/static/javascript/dhtmlxTabbar/codebase/imgs/");

tabbar.setStyle(“modern”);

tabbar.preventIECashing(true);

tabbar.enableAutoReSize(true);



What do I do? On one tabe I have a tree. When expanded…should the tab not be resized? Its not…not even in FF



Thanks




Hi,


The tabbar occupies the whole container where it is initialized. Please, check that “main_tabbar” div has the desired size.


If the problem persists, you can send us the sample to reproduce it. We will try to help.