Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by David on Mar 05, 2009 02:20
open dhtmlx forum
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...

<div id="main_tabbar" style="width:100%; height:100%; overflow:hidden;"/>
<script>
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

Answer posted by Alex (support) on Mar 05, 2009 04:07

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.