Topic: submit button / ie7 issues
Got a bit of a sticky problem, can't seem to be able to fix it...
I tried two ways to generate a submit button with a image. Both ways worked on FF3, doesn't on IE7.
#1. HTML:
<input type="submit" class="submit" value="" />
and the CSS:
.submit { height: 22px; width: 65px; background: url(button.gif); border: none; }
#2. HTML
<input type="image" src="button.gif" />
yea.. any thoughts would be greatly appreciated.