I have a button that holds an image. It looks fine in chrome, and even in IE. But in firefox it leaves an ugly thick border around the button. I have tried border:none; in CSS but nothing seems to change.
My button code is:
<button id="next3"><img src="<?php echo $this->getSkinUrl('images/proddown.jpg') ?>"</button>
I currently have no styles attached. Any ideas how to fix this? Thank you!