Onmouseover event in tabbar

Dear DHTMLX support,

is there onmouseover event in dhtmlxtabbar ?
i imagine if i could change background-color of tab when i trigger onmouseover event.

is possible to do that ?

thank you

cemang

Hello,

what skin are you using ? Tabs in a default (dhx-skyblue) skin already changes style on mouse over. A hovered tab takes new background images.

Hello Alexandra,

I am using dhx_web skin

thank you

Hi Alexandra,

please view this topic

http://forum.dhtmlx.com/viewtopic.php?f=4&t=36663

Hello Cemang,

You can apply :hover selector to tabs:

.dhx_tab_element_active:hover, .dhx_tab_element_inactive:hover{
background: #a1d1c1 !important;
}

Thank You Alexandra,

it works perfect