I have a need to submit page, and i have chosen to use element to do so with and image that zooms a bit on hover.
Due to the weird nature of the question i found nothing of importance about this subject on google, as i could not formulate it in simple key words.
this is the php.( i know echo html elements is bad practice, but lets focus on problem at hand.)
echo '<form method="get">';
echo '<input type="hidden" name="v" value="30" />';
echo '<div class="hover01 column">';
echo '<div>';
echo '<figure>';
echo '<input type="image" name="submit" src="http://[img host]/image.jpg" border="0" alt="Submit"/>';
echo '</figure>';
echo '</div>';
echo '</div>';
echo '</form>';
http://localhost/vlp/?v=5
http://localhost/vlp/?v=5&submit.x=24&submit.y=34
<input>
<img>