I\'m attempting to use CSS in order to make a sumbit button containing an image. Here\'s the code:
HTML
instead of input type="submit" you can use input type="image"
type="submit"
type="image"
use this one line code
see DEMO