Different size for input and anchor tags across different browsers (extra padding) – Photoshop
Following annoying problem: jsfiddle.net/f6juduq1 Two buttons, one input type="submit", the other an a tag, should look the same: HTML: <a href="" class="button">I'm a button</a> <br><br><br> <input type="submit" class="button" value="I'm a button"> CSS: .button { background: #257abc; border: none; display: inline-block;…