Hear me taste the running man

Firefox & Input Field Width

Tuesday May 26, 2009 | Comments (View) | css firefox mozilla CSS box model HTML

Hate the 2px difference you get when you apply a width on your input fields in Firefox?

Try this in CSS:

input, textarea, select{-moz-box-sizing: border-box;}