Creating a Customized Pay Pal Rollover Button
*assistance needed*
I'm trying to create a rollover effect for a customized pay pal button.
Here's the pay pal button code:
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="3779446">
<input type="image" src="http://usarmypilot.com/images/armybuttonA.png" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
What do I need to do to make a rollover effect?
*EDIT*
Figured it out. Yeahhhh!