I\'m trying to remove all effects on a HTML Button element. The HTML:
Position relative seemed to have taken care of the problem
Simply have a wrapper within the button:
So
Click Me
and set the DIV to position relative with top: 0, left: 0
Example below:
http://jsfiddle.net/eyeamaman/MkZz3/