What is causing this problem shown below with firefox? The first button is a styled anchor tag and the second one is a html5 button tag. In Chrome they both are identical but in firefox you can see the problem with the “LOGIN” text.
HTML:
<a href="#" class="buttonDark">LOGIN<span>›</span></a>
<button type="submit" name="submit" class="buttonDark">LOGIN<span>›</span></button>
The image showing the problem can be found here –>image
See here for answer: firefox-problems-with-floated-span-inside-button