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