I am having problems with buttons using multiple backgrounds. I know that I can use: before and: after, but I would like to find out if it is possible.
Here is the Jsfiddle http://jsfiddle.net/syren/qerUT/1/
In this, I showed that in the end I want it to look. In this I used
background-position: left top, 97% 90%;
Just to show what I want it to look like. Since I want it to be able to intelligently expand to be used for other buttons and for translation, I want to use this:
background-position: left top, right 5px bottom 5px;
But that does not work. According to the specification, it should, so I'm not sure what I'm doing wrong. Any ideas? Thanks!
source share