Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
こんにちは、現在のコードは Firefox では機能しません:
<button style="border:solid 1px gray; width:50px; height:22px;line-height:22px; vertical-align:top;">Button too long</button>
jsfiddle の例
クロムでわかるように、テキストはボタンの幅にトリミングされ、Firefox ではテキストが表示されます...
これを修正する方法はありますか?ありがとう。
http://jsfiddle.net/djsbellini/sYJXn/
CSSでこれが必要です:
overflow: hidden;