ボタンとアンカータグは同じボタンスタイルですが、場所が異なるため、次のcssを使用してスタイルを設定します。だから私は彼らに同じCSSを与えて、両方がまったく同じようにレンダリングされるようにしようと思いました。ただし、button.enterではテキストが押し下げられています。最初のものは正常に動作します。padding:0で機能しますが、最初のものに影響します。何か案は?
a.enter, button.enter {
text-decoration: none;
background: url('../img/enter-button_small.png') no-repeat 0px 0px;
height: 35px;
padding: 8px 0;
text-align: center;
color: white;
margin: 0 auto;
text-shadow: none;
font-size: 16px;
width: 300px;
vertical-align: middle;
}