Hello, colleagues.
I Initialize TabBar Object from HTML Structure and place content of the tabs inside tab DIV tags.
Unfortunately after creation of Tabbar html tables borders from underlying tabs appears through on the active tab.
Can you help me with this problem!
Hello,
you may try to use enableForceHiding method.
If you initialize a tabbar from html, the method must be set as the attribute of tabbar container:
[code]<div id=“a_tabbar” class=“dhtmlxTabBar” enableForceHiding=“1” …>
…
[/code]
Thank you very much, Alexandra!
It’s really works!