Jump to content

MouseOver Image Submit input


Dethman

Recommended Posts

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

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.

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.