I am trying to create a button with \"caps\" on either end, and a repeating background, in order to keep the button a flexible size.
In order to do this, I have us
Add overflow: visible; to the button element, and it shows up. Demonstrated at this jsFiddle
overflow: visible;
I swear I tried that already, but I guess not. Thanks to this question