JohnOP Posted July 26, 2011 Share Posted July 26, 2011 Hey everyone I have the following button on my form and it doesnt seem to work when i have type as image, with type as submit it works though. <input id="buton-input" type="image" name="submit" src="submit.jpg"> Quote Link to comment Share on other sites More sharing options...
ryanfilard Posted July 27, 2011 Share Posted July 27, 2011 <input type="image" src="submit.jpg" name="submit" id="button input"> Quote Link to comment Share on other sites More sharing options...
chintansshah Posted July 30, 2011 Share Posted July 30, 2011 I think your id value is wrong, you may write it's name is button-input Quote Link to comment Share on other sites More sharing options...
remybink Posted July 31, 2011 Share Posted July 31, 2011 <input type="image" src="images/submit1c.png" class="submit" name="submit" value="submit" /> make sure src points to the image with correct path id and class is for styling Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.