Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The third ooption that invloves no javascript is to style the submit button using CSS to make it look like a rollover.
<input type="submit" value="submit me" onmouseover="this.style.backgroundColor = '#ffffff'" onmouseout="this.style.backgroundColor = '#cccccc'">