Dethman Posted January 23, 2009 Share Posted January 23, 2009 Ok when someone mouseOver's this the image becomes a different size can anyone help me keep it the size stated? <?php <input name="create_game" type="image" width="211" height="183" border="0" onMouseOver="this.src='../IMAGES/3.jpg'" onMouseOut="this.src='../IMGAES/2a.jpg'" value="Place Order" src="../IMAGES/2a.jpg" alt="Create Game!"> ?> Also it just refreshes the page an is not picked up by php as posting "create_game" Thanx, Brian Flores CEO NimbusGames,llc Quote Link to comment https://forums.phpfreaks.com/topic/142185-mouseover-image-submit-input/ Share on other sites More sharing options...
trq Posted January 23, 2009 Share Posted January 23, 2009 Ok when someone mouseOver's this the image becomes a different size can anyone help me keep it the size stated? Make the images the same size? Also it just refreshes the page an is not picked up by php as posting "create_game" You'll want to post your php in the php help board. Quote Link to comment https://forums.phpfreaks.com/topic/142185-mouseover-image-submit-input/#findComment-744842 Share on other sites More sharing options...
haku Posted January 24, 2009 Share Posted January 24, 2009 You should look into learning CSS rollovers. Besides being easier to implement than javascript rollovers, they are more consistent, as some users have javascript turned off. But as to your question, what do you mean 'keep their size'? What's happening? Are you using different sized images like Thorpe said? As for your other question, image submit buttons submit the x and y co-ordinate of the location they are clicked. Quote Link to comment https://forums.phpfreaks.com/topic/142185-mouseover-image-submit-input/#findComment-744978 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.