Regarding: http://jsfiddle.net/WdGdd/3/
I am wondering if it is achievable to center a div with position:absolute within its parent div with position:relative?
The goal is to create a button that displays one of two possible values. The width of the button adjusts to the length of the longer value. When the shorter value is shown, it should be centered within the button. I prefer not to set any specific widths in pixels.