Jump to content

Input buttons rendering different in Firefox than in IE/Chrome


Eiolon

Recommended Posts

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.

 

1pts4o1.png

.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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.