I want to create three horizontal buttons with images and labels underneath using HTML5. I attempted to follow this example: tutorial, but I need a different image for each button.
When I give each button an ID and add #id {background-image:url} to the CSS, I only see a portion of the image instead of it stretching to fill the button size.