I\'m trying to remove the 3D click effect on buttons in Internet Explorer (I\'m using IE10).
I have tried with:
button:active { position:
I try this , it works perfectly .
button: active span, button: focus span{position: relative;top: 0px;left: 0px;}