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 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. 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. Link to comment https://forums.phpfreaks.com/topic/142185-mouseover-image-submit-input/#findComment-744978 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.