Remove 3D push effect on a button

前端 未结 8 1562
忘掉有多难
忘掉有多难 2020-12-06 16:27

I\'m trying to remove all effects on a HTML Button element. The HTML:

8条回答
  •  独厮守ぢ
    2020-12-06 16:43

    .calculation_button span { position: relative; left: 0; top: 0; }

    works for me in IE and FF

提交回复
热议问题