繰り返しますが、IE9 と CSS の問題に直面しています。
この場合、ボタンがあり、ボタン内のテキストの文字内に奇妙な影または境界線が表示されます。
例を次に示します: http://jsfiddle.net/vYzcY/
.addToCart {
cursor: pointer;
max-width: 200px;
min-width: 136px;
height:26px;
text-align: center;
font-family: Arial,Helvetica,Verdana,Sans-serif;
font-size: 12px;
font-weight: bold;
padding: 1px 6px;
background-color: #492409;
color: white;
margin-top: 5px;
margin-bottom: 10px;
clear: both;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
}
ありがとう!