I used the instructions on changing the standard submit button on a form to a custom button. It looks great, except that:
1) The left edge of the button is not showing
Is there a way to reveal that little bit of the left edge? I tried adjusting every value that made any sense to change, but nothing is doing the trick.
Also...
2) The hover state of my custom button is a light gray rectangle with white text. I tried adding a background-image to these hover styles (
div.buttonSubmit:hover input { background-position: right -72px;} and/ordiv.buttonSubmit:hover span { background-position: left -108px;} ), but that had no effect. Also tried giving those styles a background-color...no effect. So I followed someone's advice and removed those styles altogether...no effect. Still have a very light gray button on hover. Any suggestions on how to correct this?