Firefox按钮标签高度/宽度不正确

时间:2013-08-14 12:35:48

标签: firefox button height width

嗨,当前代码在firefox中不起作用:

<button style="border:solid 1px gray; width:50px; height:22px;line-height:22px; vertical-align:top;">Button too long</button>

jsfiddle example

正如您在chrome中看到的那样,文本被裁剪为按钮的宽度 并在Firefox中显示文本...

知道怎么解决这个问题吗?感谢。

1 个答案:

答案 0 :(得分:-1)

http://jsfiddle.net/djsbellini/sYJXn/

只需要在CSS中使用它:

overflow: hidden;