SyntaxFix
Write A Post
Hire A Developer
Questions
Just make the anchor display: block and width/height: 100%. Eg:
display: block
width/height: 100%
.button a { display: block; width: 100%; height: 100%; }
jsFiddle: http://jsfiddle.net/4mHTa/