I have a figure class to align and display images 3 images horizontally. Underneath I have a div to display PayPal button generated code then the images and code start again on a second row. Everything aligns correctly in chrome (desktop display) and IE10 but the PayPal button code does not display correctly in Firefox.
CSS :
div.ppal {
float:left;
margin-left:-200px;
margin-top:300px;
margin-bottom:40px;
}
Chrome :

Firefox – button code does not display correctly :
