If you got to http://www.claymation.azularis.com/work and look at the search bar, there is a text box and a search button. Depending on which browser you look at it, the text box will be either same height as the button or smaller. I am trying to figure out how to make them even size across all browsers.
Why is this happening and how can I fix this?
Just to give example, in Firefox when I use Firebug to measure size of the submit button it says: 19 px. When I measure in chrome, it says 16px. I tried setting min-height: 19px; but chrome still renders it as 16 pixels.