Position of text in a submit button

前端 未结 11 1487
灰色年华
灰色年华 2020-12-25 15:00

The position of the text on the search submit button on my blog is very low in Firefox 4, but not Chrome 10 or IE9. I\'ve tried almost everything, and nothing works except l

11条回答
  •  自闭症患者
    2020-12-25 15:31

    FF4 sets it's own styles on input elements. You can check all of them if you paste this in your URL field:

    resource://gre-resources/forms.css
    

    Alternatively you can see this styles if you check Show user agent CSS from Style tab dropdown if you have Firebug instaled.

    Check solution here: How to reset default button style in Firefox 4 +

提交回复
热议问题