Theme: Thesis
Site: http://www.reddragonaudio.com/products/m-500-monoblocks/
PayPal button imgsrc: https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif
On the page above the PayPal button/img loses transparency when it is inside a
<form>
<img src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif">
</form>
.(the form is part of code for PayPal)
Posting the image in the body outside of the <form> tags allows transparency. <img src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif">
Can something be done in CSS to allow .gif transparency in a <form>