I\'m attempting to use CSS in order to make a sumbit button containing an image. Here\'s the code:
HTML
html: CSS: .search-button { background-image: url("/images/search.png"); background-repeat: no-repeat; min-width: 52px; min-height: 20px; width:52px; height: 20px; border:0; }