Tabbar scroll in terrace skin?

Why doesn’t the terrace skin of the tabbar contain scroll images.
I copied the images of the default skin for now, but they are placed over the tab text.

Do you have a solution for this?

You need to apply the next styles:

.dhx_tabbar_zone_dhx_terrace .dhx_tab_element { text-align: center; } .dhx_tab_scroll_right { top: 0 !important; height: 39px !important; } .dhx_tab_scroll_left { top: 0 !important; height: 39px !important; }
And place attached images in dhtmlxTabbar\codebase\imgs\dhx_terrace



Hi Darya

Thanks for your reply.
I applied the styles and placed the images in the right folder.

The left scroll image is working correctly.
But the right scroll image is still placed over the text of the last tab.
You can see the problem in the attached image. The final word in the last tab has to be “contract”.


Send you a scroll extention, just add it in library after all tabbar inclusions

It must work now
dhtmlxtabbar_scroll_ext.rar (681 Bytes)

No the problem is still the same.

I have now this list in my includes:

Oh, sorry, i’ve missed the method enableScrollerTab() you need to call before tabs init. And your files order is right.

That’s the solution.

Thank you

You are welcome!