Has anyone any idea how to get image submit buttons in Drupal 5?

Comments

pdjohnson’s picture

.form-submit {
width:158px;
height:20px;
background:#0145A6 url(burdens/blankbutton.gif) no-repeat;
border:none;
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
font-size: 11px;
font-weight: bold;
padding: 5px;

}

--Paul Johnson