Trident <=9
seems to append something like an inner-padding to active button elements.
Is it possible to disable this feature by using css ?
Trident <=9
seems to append something like an inner-padding to active button elements.
Is it possible to disable this feature by using css ?
In Microsoft Internet Explorer 11+ you can fix it! Use
position: relative
for inner elements of button.html:
css:
Enjoy!
Update: For IE11+, it can be removed.
No, you can't get rid of it (in old versions of Internet Explorer).
As @Spudley said:
If it really matters, then an
a
element is the only alternative, but it's not really worth switching just to fix this. Users of Internet Explorer are used to it.