Eiolon Posted December 28, 2013 Share Posted December 28, 2013 I have submit buttons and they look identical in IE and Chrome but are rendering differently in Firefox. It looks like they are adding padding to it, even though I have a CSS reset and explicitly state the padding. Any ideas on how to force it to look like the IE/Chrome variants? It typically isn't a problem but when the button is next to a text field it isn't uniform with it like the other browsers. .button_submit { margin:0; padding:6px 12px 6px 12px; display:inline-block; border:solid 1px rgba(0,0,0,.05); border-radius:2px; font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#FFFFFF; text-align:center; text-decoration:none; vertical-align:baseline; cursor:pointer; } Link to comment https://forums.phpfreaks.com/topic/284948-input-buttons-rendering-different-in-firefox-than-in-iechrome/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.