Help: change button background image
I'm trying to figure out how to change the default look and feel of the AW.UI.Button object.
Obviously, I can just make my own button.png file and then put that in the appropriate AW CSS folder, but then *all* the buttons would look that way.
I want to find out how to just change it only for certain buttons. I made my own CSS stylesheet and placed the buttons I want to look different inside a div with class="mybutton" ... why doesn't this work?
I also tried:
I'm stumped...
Obviously, I can just make my own button.png file and then put that in the appropriate AW CSS folder, but then *all* the buttons would look that way.
I want to find out how to just change it only for certain buttons. I made my own CSS stylesheet and placed the buttons I want to look different inside a div with class="mybutton" ... why doesn't this work?
.mybutton.aw-ui-button { background: url(mybutton.png) 100% 0px no-repeat; }
I also tried:
.mybutton .aw-ui-button { background: url(mybutton.png) 100% 0px no-repeat !important; }
I'm stumped...
LinuxFreakus
July 28,