Tabbar active tab styles

What is the name of the class for the active tab? I’d like to be able to specify styles for current active tab.

Which skin do you want to use and what styles you want to change?
Advice will depend on it.

I want to change any of them, but give me the styles for dhxweb and dhxskyblue. I want to change the margins for the active tab.

There is a special method ‘setMargin(n)’ for dhtmlxTabbar. But is’t a global: for all tabs.
If you want to change just an active tab style, you need to do changes in file ‘sources/dhtmlxtabbar.js’ in case this._styles={…}; in the particular skin.

OK. I set all the margins, select_shift, and offsets to 0 and that removed the gap.

I have one more question. Where do I specify the alignment for the active tab? I found a bug where a bottom tab aligned right changes the alignment to the left when the active tab is clicked. There is only one tab. I looked at the code and could not find where the right alignment is done for a bottom tab.

Where do I specify the alignment for the active tab?

There is not a public method to do that

found a bug where a bottom tab aligned right changes the alignment to the left when the active tab is clicked

We need the complete demo to reproduce the problem locally.