I'm having some troubles making buttons using multiple backgrounds. I know I can use :before and :after but I'd like to figure this out if possible.
Here is the Jsfiddle http://jsfiddle.net/syren/qerUT/1/
In that, I've shown what I ultimately want it to look like. In that one, 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 expand gracefully to use for other buttons and for translation, I want to use this:
background-position: left top, right 5px bottom 5px;
But this isn't working. According to the spec it should, so I'm not sure what I'm doing wrong. Any ideas? Thanks!