:: Forum >> Version 2 >>

AW.UI.Tabs

More information on this topic is available in the documentation section: /ui.tabs/.

How do I change the tab color, and text's font
obj.onItemMouseOver and
obj.onItemMouseOut
Amiel Dabush Dorel
Saturday, February 25, 2006
AW assignes .aw-mouseover-item class to the tabs so you can just use

.aw-mouseover-item {
    
colorred;
}
 
In xp and aqua skins the tabs are made of the two background images, so you have to change tabs.png to modify the background. With mono or classic skins -

.aw-mouseover-item {
    
backgroundyellow!important;
}

.
aw-mouseover-item .aw-item-box {
    
backgroundyellow!important;
}
 
Alex (ActiveWidgets)
Monday, February 27, 2006
I am trying to change the text's color on a mouseover, but the way mentioned above, i.e.
.aw-mouseover-item {
color: red;
}
did not work for me when changing it in the aqua skins. Could you help out?
Adam Liebergen
Thursday, March 30, 2006



This topic is archived.

Back to /ui.tabs/

Documentation:

Forum search