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.
他のブラウザーとは異なり、Opera<button>では、クリックすると内部テキストが右に 1 ピクセル、下に 1 ピクセル移動します。この動作を防ぐ方法はありますか?
<button>
cssパディングと高さ、幅をパーセンテージで使用できます
これを使って
.stylename { height:10%; width:230%; padding-top:3px; padding-bottom:3px; padding-left:5px; padding-right:5px; font-size:10pt; /*You can Change height / Width and Padding according to you*/ }