Web アプリケーションで、代替テキストを持つ画像スプライトを使用しています。しかし、Firefox では、実際の代替テキストのみが画面上の画像にオーバーレイされます。
<img width="36" height="36" class="step1Current" title="Step 1" alt="Quote step one image">
そのクラスは次のとおりです。
.step1Current{
background: url(../images/progress-sprites.png) no-repeat;
background-position: 0px 0px ;
width: 36px;
height: 36px;
}
そのため、画像は「Quote step one image」というテキストでオーバーレイされます。