I am trying to include an image and some text inside a button element. My code is as follows:
Adding float left to the image works to an extent. A judicious use of padding and image sizing fixes the issue with having the text stuck to the top of the button. See this jsFiddle.