Opera:按钮文本在点击时移动

时间:2012-11-26 18:01:52

标签: css button opera

与其他浏览器不同,Opera会导致<button>内部文本向右移动1个像素,向下移动1个像素。有没有办法阻止这种行为?

1 个答案:

答案 0 :(得分:0)

你可以使用css padding&amp;高度,宽度百分比

使用此

.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*/
          }