active tabbar color not changing

Hi,
I have some issues and questions regardnig dhtmlxTabbar.

  • I am creating the tabbar dynamically through ajax on the client side. I dont know why but the active tab color doesnt change when I change the tab.
    tabbar=new dhtmlXTabBar(“a_tabbar”);
        tabbar.setImagePath(“img/tabbar/”); 
        tabbar.setSkinColors("#FCFBFC","#F4F3EE");
  • Is it possible to attain a functionality of changing the orders of tabs dynamically by a single drag and drop of tabs like in live.com?

    Regards,
    Khurram

but the active tab color doesnt change when I change the tab
Such issue can occur only if tabbar structure corrupted, for example when you creating few tabs with the same ID.
If problem still occurs for you - please provide full used sample.

Is it possible to attain a
functionality of changing the orders of tabs dynamically by a single
drag and drop of tabs like in live.com?
Such functionality not supported