i am having a problem with all of my form buttons in IE 6 & 7 (haven't tested in IE8 yet)...
i just changed my buttons from the standard button to an image.
i've read that IE does not read image form buttons and so far the only solutions i have been able to find involve javascript.
how can i use an image as my form buttons without using javascript? is it possible? thank you!
Code: Select all
<input name="signUp" type="image" value="Sign Up" src="Images/buttonSignUp.png" />