I have used a div tag in my code:
<a href="#"><div class="field btn half green" id="register-btn">ثبت نام</div></a> And the CSS code for this tag is:
.field { position: absolute; width: 205px; left: 22px; color: #eaeaea; } .btn { height: 35px; padding-top: 10px; cursor: default; -webkit-touch-callout: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none; text-align: center; font-size: 26px; } .half { width: 101px; } #register-btn { right:22px; } But the result is very different in Google Chrome on Windows and Ubuntu (There is an extra padding on Windows). How can I fix that problem?

line-height. plase answer the question and let me accept your answer. By the way, what is the reason of this problem withpadding?