.mybutton.aw-ui-button { background: url(mybutton.png) 100% 0px no-repeat; }
.mybutton .aw-ui-button { background: url(mybutton.png) 100% 0px no-repeat !important; }
obj.setClass("ui","button-custom");
obj.refreshClasses();
.aw-ui-button-custom {
height: 23px!important;
background: url(button-custom.png) 100% 0px no-repeat;
padding-right: 8px;
}
.aw-ie6 .aw-ui-button-custom {
background-attachment: fixed; /* ie right margin fix */
}
.aw-strict .aw-ui-button-custom {
height: 19px!important;
padding: 0px 8px 4px 0px;
}
.aw-ui-button-custom .aw-item-box {
padding: 0px;
text-indent: 8px;
background: url(button-custom.png) 0px -50px no-repeat;
}
.aw-strict .aw-ui-button-custom .aw-item-box {
margin: 0px 0px -4px 0px;
padding: 0px 0px 4px 0px;
}
This topic is archived.