Hello! I just inserted a custom submit button on a form I've created. The form is the newsletter signup at the very bottom of the page. The button appears perfectly in position in all browsers but IE7/8. I've included the URL for the form and the style I used to position the graphic. Any ideas would be great to have it look right in IE. Thanks!
http:www.northstarcreative.net/test/northstar/index.html
#main_body .buttons input {
position:relative;
top:-49px;
left:225px;
height:25px;
width:26px;
border:none;
background: url('../../../images/enewsletter.gif') no-repeat;
height:25px; width:26px;
}