dhtmlxTabbar initial rendering problem in IE7

Hi,



When the dhtmlxTabbar initialization script is inside the

element, IE7 does not render the contents of the selected tab. This works in Firefox but not in IE7. Here is an example that results in rendering problem:











Init tabbar from script







Testing some text.


Testing second html text.










The above problem goes away if table is not used. However, our layouts use tables, and table tags are located in external layout templates. Hence, it is hard to add the tabbar initialization script outside the table tags. Is there something that can be done to solve this without our having to remove table tags? Thanks for your help.


Hello,


the script should be called after closing table tag () or on body “onload” event:





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