Good I want to remove the default style of internet explorer buttons, I tried with -webkit-appearance: inherit; and none but both running on chrome mozilla and safari on explorer did not just work for me attached photos to see difference.
I want to remove the button styles and dropdown menus from a wordpress page I used this:
I have a post
-moz-appearance:inherit; -o-appearance:inherit;
-ms-appearance:inherit;
appearance:inherit;
-webkit-appearance:inherit;
And still in Internet Explorer it does not work. It works for me in Opera, Firefox and Chrome. Any ideas?