problems with image form buttons in IE

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
ninethousandfeet
Forum Contributor
Posts: 130
Joined: Tue Mar 10, 2009 4:56 pm

problems with image form buttons in IE

Post by ninethousandfeet »

hello,

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" />
 
Post Reply