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
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.

Link to comment
Share on other sites

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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.